/***********************************
Cover
***********************************/

    /*paragraphs*/

        .cover .column p {
        }

    /*inlines*/

        .cover .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .cover .column a {
        }

    /*headers*/

        .cover .column h1 {
        }

        .cover .column h2 {
        }

        .cover .column h3 {
        }

        .cover .column h4 {
        }

        .cover .column h5 {
        }

        .cover .column h6 {
        }

/***********************************
Philadelphia Cream Cheese Ad 1
***********************************/

    /*paragraphs*/

        .philadelphia_cream_cheese_ad_1 .column p {
        }

    /*inlines*/

        .philadelphia_cream_cheese_ad_1 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .philadelphia_cream_cheese_ad_1 .column a {
        }

    /*headers*/

        .philadelphia_cream_cheese_ad_1 .column h1 {
        }

        .philadelphia_cream_cheese_ad_1 .column h2 {
        }

        .philadelphia_cream_cheese_ad_1 .column h3 {
        }

        .philadelphia_cream_cheese_ad_1 .column h4 {
        }

        .philadelphia_cream_cheese_ad_1 .column h5 {
        }

        .philadelphia_cream_cheese_ad_1 .column h6 {
        }

/***********************************
Philadelphia Cream Cheese Ad 2
***********************************/

    /*paragraphs*/

        .philadelphia_cream_cheese_ad_2 .column p {
        }

    /*inlines*/

        .philadelphia_cream_cheese_ad_2 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .philadelphia_cream_cheese_ad_2 .column a {
        }

    /*headers*/

        .philadelphia_cream_cheese_ad_2 .column h1 {
        }

        .philadelphia_cream_cheese_ad_2 .column h2 {
        }

        .philadelphia_cream_cheese_ad_2 .column h3 {
        }

        .philadelphia_cream_cheese_ad_2 .column h4 {
        }

        .philadelphia_cream_cheese_ad_2 .column h5 {
        }

        .philadelphia_cream_cheese_ad_2 .column h6 {
        }

/***********************************
Contents
***********************************/

    /*paragraphs*/

        .contents .column p {
           font-family: 'Mulish';
        }

        .contents .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .contents .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .contents .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .contents .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .contents .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .contents .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .contents .column .Pink {
           color: #f05ba1;
        }

        .contents .column .Magenta {
           color: #9a2e62;
        }

        .contents .column .Navy {
           color: #172954;
        }

        .contents .column .Aqua {
           color: #74cfe2;
        }

        .contents .column .Purple {
           color: #c76cab;
        }

        .contents .column .Yellow {
           color: #feba33;
        }

        .contents .column .Orange {
           color: #faa74b;
        }

        .contents .column .serif {
           font-family: 'Playfair Display';
        }

        .contents .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .contents .column .SPROUTGREEN {
           color: #b8ca9d;
        }

        .contents .column .H3Size {
           font-size: 24px;
           font-family: 'Barlow Condensed';
        }

        .contents .column .Black {
        }

    /*links*/

        .contents .column a {
        }

    /*headers*/

        .contents .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .contents .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .contents .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .contents .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .contents .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .contents .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .contents .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .contents .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .contents .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .contents .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Home Depot Ad
***********************************/

    /*paragraphs*/

        .home_depot_ad .column p {
        }

    /*inlines*/

        .home_depot_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .home_depot_ad .column a {
        }

    /*headers*/

        .home_depot_ad .column h1 {
        }

        .home_depot_ad .column h2 {
        }

        .home_depot_ad .column h3 {
        }

        .home_depot_ad .column h4 {
        }

        .home_depot_ad .column h5 {
        }

        .home_depot_ad .column h6 {
        }

/***********************************
Reynolds Wrap Ad
***********************************/

    /*paragraphs*/

        .reynolds_wrap_ad .column p {
        }

    /*inlines*/

        .reynolds_wrap_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .reynolds_wrap_ad .column a {
        }

    /*headers*/

        .reynolds_wrap_ad .column h1 {
        }

        .reynolds_wrap_ad .column h2 {
        }

        .reynolds_wrap_ad .column h3 {
        }

        .reynolds_wrap_ad .column h4 {
        }

        .reynolds_wrap_ad .column h5 {
        }

        .reynolds_wrap_ad .column h6 {
        }

/***********************************
Editor's Letter
***********************************/

    /*paragraphs*/

        .editors_letter .column p {
           font-family: 'Mulish';
        }

        .editors_letter .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .editors_letter .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .editors_letter .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .editors_letter .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .editors_letter .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .editors_letter .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .editors_letter .column .Pink {
           color: #f05ba1;
        }

        .editors_letter .column .Magenta {
           color: #9a2e62;
        }

        .editors_letter .column .Navy {
           color: #172954;
        }

        .editors_letter .column .Aqua {
           color: #74cfe2;
        }

        .editors_letter .column .Purple {
           color: #c76cab;
        }

        .editors_letter .column .Yellow {
           color: #feba33;
        }

        .editors_letter .column .Orange {
           color: #faa74b;
        }

        .editors_letter .column .serif {
           font-family: 'Playfair Display';
        }

        .editors_letter .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .editors_letter .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .editors_letter .column a {
        }

    /*headers*/

        .editors_letter .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .editors_letter .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .editors_letter .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .editors_letter .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .editors_letter .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .editors_letter .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .editors_letter .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .editors_letter .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .editors_letter .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .editors_letter .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Olay Ad
***********************************/

    /*paragraphs*/

        .olay_ad .column p {
        }

    /*inlines*/

        .olay_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .olay_ad .column a {
        }

    /*headers*/

        .olay_ad .column h1 {
        }

        .olay_ad .column h2 {
        }

        .olay_ad .column h3 {
        }

        .olay_ad .column h4 {
        }

        .olay_ad .column h5 {
        }

        .olay_ad .column h6 {
        }

/***********************************
Blue Buffalo Treats Ad 1
***********************************/

    /*paragraphs*/

        .blue_buffalo_treats_ad_1 .column p {
        }

    /*inlines*/

        .blue_buffalo_treats_ad_1 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .blue_buffalo_treats_ad_1 .column a {
        }

    /*headers*/

        .blue_buffalo_treats_ad_1 .column h1 {
        }

        .blue_buffalo_treats_ad_1 .column h2 {
        }

        .blue_buffalo_treats_ad_1 .column h3 {
        }

        .blue_buffalo_treats_ad_1 .column h4 {
        }

        .blue_buffalo_treats_ad_1 .column h5 {
        }

        .blue_buffalo_treats_ad_1 .column h6 {
        }

/***********************************
Masthead
***********************************/

    /*paragraphs*/

        .masthead .column p {
           font-family: 'Mulish';
        }

        .masthead .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .masthead .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .masthead .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .masthead .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .masthead .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .masthead .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .masthead .column .Pink {
           color: #f05ba1;
        }

        .masthead .column .Magenta {
           color: #9a2e62;
        }

        .masthead .column .Navy {
           color: #172954;
        }

        .masthead .column .Aqua {
           color: #74cfe2;
        }

        .masthead .column .Purple {
           color: #c76cab;
        }

        .masthead .column .Yellow {
           color: #feba33;
        }

        .masthead .column .Orange {
           color: #faa74b;
        }

        .masthead .column .serif {
           font-family: 'Playfair Display';
        }

        .masthead .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .masthead .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .masthead .column a {
        }

    /*headers*/

        .masthead .column h1 {
           font-family: "neato-serif",sans-serif;
           font-size: 28px;
        }

        .masthead .column h2 {
           font-family: 'Mulish';
           font-size: 22px;
        }

        .masthead .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .masthead .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .masthead .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .masthead .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .masthead .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .masthead .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .masthead .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .masthead .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Blue Buffalo Treats Ad 2
***********************************/

    /*paragraphs*/

        .blue_buffalo_treats_ad_2 .column p {
        }

    /*inlines*/

        .blue_buffalo_treats_ad_2 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .blue_buffalo_treats_ad_2 .column a {
        }

    /*headers*/

        .blue_buffalo_treats_ad_2 .column h1 {
        }

        .blue_buffalo_treats_ad_2 .column h2 {
        }

        .blue_buffalo_treats_ad_2 .column h3 {
        }

        .blue_buffalo_treats_ad_2 .column h4 {
        }

        .blue_buffalo_treats_ad_2 .column h5 {
        }

        .blue_buffalo_treats_ad_2 .column h6 {
        }

/***********************************
Cheerios Ad 1
***********************************/

    /*paragraphs*/

        .cheerios_ad_1 .column p {
        }

    /*inlines*/

        .cheerios_ad_1 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .cheerios_ad_1 .column a {
        }

    /*headers*/

        .cheerios_ad_1 .column h1 {
        }

        .cheerios_ad_1 .column h2 {
        }

        .cheerios_ad_1 .column h3 {
        }

        .cheerios_ad_1 .column h4 {
        }

        .cheerios_ad_1 .column h5 {
        }

        .cheerios_ad_1 .column h6 {
        }

/***********************************
From the Editors
***********************************/

    /*paragraphs*/

        .from_the_editors .column p {
           font-family: 'Mulish';
        }

        .from_the_editors .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .from_the_editors .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .from_the_editors .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .from_the_editors .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .from_the_editors .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .from_the_editors .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .from_the_editors .column .Pink {
           color: #f05ba1;
        }

        .from_the_editors .column .Magenta {
           color: #9a2e62;
        }

        .from_the_editors .column .Navy {
           color: #172954;
        }

        .from_the_editors .column .Aqua {
           color: #74cfe2;
        }

        .from_the_editors .column .Purple {
           color: #c76cab;
        }

        .from_the_editors .column .Yellow {
           color: #feba33;
        }

        .from_the_editors .column .Orange {
           color: #faa74b;
        }

        .from_the_editors .column .serif {
           font-family: 'Playfair Display';
        }

        .from_the_editors .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .from_the_editors .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .from_the_editors .column a {
        }

    /*headers*/

        .from_the_editors .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .from_the_editors .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .from_the_editors .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .from_the_editors .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .from_the_editors .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .from_the_editors .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .from_the_editors .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .from_the_editors .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .from_the_editors .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .from_the_editors .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Cheerios Ad 2
***********************************/

    /*paragraphs*/

        .cheerios_ad_2 .column p {
        }

    /*inlines*/

        .cheerios_ad_2 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .cheerios_ad_2 .column a {
        }

    /*headers*/

        .cheerios_ad_2 .column h1 {
        }

        .cheerios_ad_2 .column h2 {
        }

        .cheerios_ad_2 .column h3 {
        }

        .cheerios_ad_2 .column h4 {
        }

        .cheerios_ad_2 .column h5 {
        }

        .cheerios_ad_2 .column h6 {
        }

/***********************************
Off the Page
***********************************/

    /*paragraphs*/

        .off_the_page .column p {
           font-family: 'Mulish';
        }

        .off_the_page .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .off_the_page .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .off_the_page .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .off_the_page .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .off_the_page .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .off_the_page .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .off_the_page .column .Pink {
           color: #f05ba1;
        }

        .off_the_page .column .Magenta {
           color: #9a2e62;
        }

        .off_the_page .column .Navy {
           color: #172954;
        }

        .off_the_page .column .Aqua {
           color: #74cfe2;
        }

        .off_the_page .column .Purple {
           color: #c76cab;
        }

        .off_the_page .column .Yellow {
           color: #feba33;
        }

        .off_the_page .column .Orange {
           color: #faa74b;
        }

        .off_the_page .column .serif {
           font-family: 'Playfair Display';
        }

        .off_the_page .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .off_the_page .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .off_the_page .column a {
        }

    /*headers*/

        .off_the_page .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .off_the_page .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .off_the_page .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .off_the_page .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .off_the_page .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .off_the_page .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .off_the_page .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .off_the_page .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .off_the_page .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .off_the_page .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Walmart Ad
***********************************/

    /*paragraphs*/

        .walmart_ad .column p {
        }

    /*inlines*/

        .walmart_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .walmart_ad .column a {
        }

    /*headers*/

        .walmart_ad .column h1 {
        }

        .walmart_ad .column h2 {
        }

        .walmart_ad .column h3 {
        }

        .walmart_ad .column h4 {
        }

        .walmart_ad .column h5 {
        }

        .walmart_ad .column h6 {
        }

/***********************************
Holiday Gift Guide
***********************************/

    /*paragraphs*/

        .holiday_gift_guide .column p {
           font-family: 'Mulish';
        }

        .holiday_gift_guide .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .holiday_gift_guide .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .holiday_gift_guide .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .holiday_gift_guide .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .holiday_gift_guide .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .holiday_gift_guide .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .holiday_gift_guide .column .Pink {
           color: #f05ba1;
        }

        .holiday_gift_guide .column .Magenta {
           color: #9a2e62;
        }

        .holiday_gift_guide .column .Navy {
           color: #172954;
        }

        .holiday_gift_guide .column .Aqua {
           color: #74cfe2;
        }

        .holiday_gift_guide .column .Purple {
           color: #c76cab;
        }

        .holiday_gift_guide .column .Yellow {
           color: #feba33;
        }

        .holiday_gift_guide .column .Orange {
           color: #faa74b;
        }

        .holiday_gift_guide .column .serif {
           font-family: 'Playfair Display';
        }

        .holiday_gift_guide .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .holiday_gift_guide .column .SPROUTGREEN {
           color: #b8ca9d;
        }

        .holiday_gift_guide .column .green {
           color: #40ad48;
        }

    /*links*/

        .holiday_gift_guide .column a {
        }

    /*headers*/

        .holiday_gift_guide .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .holiday_gift_guide .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .holiday_gift_guide .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .holiday_gift_guide .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .holiday_gift_guide .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .holiday_gift_guide .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .holiday_gift_guide .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .holiday_gift_guide .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .holiday_gift_guide .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .holiday_gift_guide .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Torani Ad
***********************************/

    /*paragraphs*/

        .torani_ad .column p {
        }

    /*inlines*/

        .torani_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .torani_ad .column a {
        }

    /*headers*/

        .torani_ad .column h1 {
        }

        .torani_ad .column h2 {
        }

        .torani_ad .column h3 {
        }

        .torani_ad .column h4 {
        }

        .torani_ad .column h5 {
        }

        .torani_ad .column h6 {
        }

/***********************************
Hallmark Ad
***********************************/

    /*paragraphs*/

        .hallmark_ad .column p {
        }

    /*inlines*/

        .hallmark_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .hallmark_ad .column a {
        }

    /*headers*/

        .hallmark_ad .column h1 {
        }

        .hallmark_ad .column h2 {
        }

        .hallmark_ad .column h3 {
        }

        .hallmark_ad .column h4 {
        }

        .hallmark_ad .column h5 {
        }

        .hallmark_ad .column h6 {
        }

/***********************************
BHG Real Estate Ad
***********************************/

    /*paragraphs*/

        .bhg_real_estate_ad .column p {
        }

    /*inlines*/

        .bhg_real_estate_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .bhg_real_estate_ad .column a {
        }

    /*headers*/

        .bhg_real_estate_ad .column h1 {
        }

        .bhg_real_estate_ad .column h2 {
        }

        .bhg_real_estate_ad .column h3 {
        }

        .bhg_real_estate_ad .column h4 {
        }

        .bhg_real_estate_ad .column h5 {
        }

        .bhg_real_estate_ad .column h6 {
        }

/***********************************
Sketchers Ad
***********************************/

    /*paragraphs*/

        .sketchers_ad .column p {
        }

    /*inlines*/

        .sketchers_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .sketchers_ad .column a {
        }

    /*headers*/

        .sketchers_ad .column h1 {
        }

        .sketchers_ad .column h2 {
        }

        .sketchers_ad .column h3 {
        }

        .sketchers_ad .column h4 {
        }

        .sketchers_ad .column h5 {
        }

        .sketchers_ad .column h6 {
        }

/***********************************
Purina One Ad
***********************************/

    /*paragraphs*/

        .purina_one_ad .column p {
        }

    /*inlines*/

        .purina_one_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .purina_one_ad .column a {
        }

    /*headers*/

        .purina_one_ad .column h1 {
        }

        .purina_one_ad .column h2 {
        }

        .purina_one_ad .column h3 {
        }

        .purina_one_ad .column h4 {
        }

        .purina_one_ad .column h5 {
        }

        .purina_one_ad .column h6 {
        }

/***********************************
Shop-Festival of Lights
***********************************/

    /*paragraphs*/

        .shop_festival_of_lights .column p {
           font-family: 'Mulish';
        }

        .shop_festival_of_lights .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .shop_festival_of_lights .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .shop_festival_of_lights .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .shop_festival_of_lights .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .shop_festival_of_lights .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .shop_festival_of_lights .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .shop_festival_of_lights .column .Pink {
           color: #f05ba1;
        }

        .shop_festival_of_lights .column .Magenta {
           color: #9a2e62;
        }

        .shop_festival_of_lights .column .Navy {
           color: #172954;
        }

        .shop_festival_of_lights .column .Aqua {
           color: #74cfe2;
        }

        .shop_festival_of_lights .column .Purple {
           color: #c76cab;
        }

        .shop_festival_of_lights .column .Yellow {
           color: #feba33;
        }

        .shop_festival_of_lights .column .Orange {
           color: #faa74b;
        }

        .shop_festival_of_lights .column .serif {
           font-family: 'Playfair Display';
        }

        .shop_festival_of_lights .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .shop_festival_of_lights .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .shop_festival_of_lights .column a {
        }

    /*headers*/

        .shop_festival_of_lights .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .shop_festival_of_lights .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .shop_festival_of_lights .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .shop_festival_of_lights .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .shop_festival_of_lights .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .shop_festival_of_lights .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .shop_festival_of_lights .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .shop_festival_of_lights .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .shop_festival_of_lights .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .shop_festival_of_lights .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Decorate-Let It Snow
***********************************/

    /*paragraphs*/

        .decorate_let_it_snow .column p {
           font-family: 'Mulish';
        }

        .decorate_let_it_snow .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .decorate_let_it_snow .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .decorate_let_it_snow .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .decorate_let_it_snow .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .decorate_let_it_snow .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .decorate_let_it_snow .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .decorate_let_it_snow .column .Pink {
           color: #f05ba1;
        }

        .decorate_let_it_snow .column .Magenta {
           color: #9a2e62;
        }

        .decorate_let_it_snow .column .Navy {
           color: #172954;
        }

        .decorate_let_it_snow .column .Aqua {
           color: #74cfe2;
        }

        .decorate_let_it_snow .column .Purple {
           color: #c76cab;
        }

        .decorate_let_it_snow .column .Yellow {
           color: #feba33;
        }

        .decorate_let_it_snow .column .Orange {
           color: #faa74b;
        }

        .decorate_let_it_snow .column .serif {
           font-family: 'Playfair Display';
        }

        .decorate_let_it_snow .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .decorate_let_it_snow .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .decorate_let_it_snow .column a {
        }

    /*headers*/

        .decorate_let_it_snow .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .decorate_let_it_snow .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .decorate_let_it_snow .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .decorate_let_it_snow .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .decorate_let_it_snow .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .decorate_let_it_snow .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .decorate_let_it_snow .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .decorate_let_it_snow .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .decorate_let_it_snow .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .decorate_let_it_snow .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Minted+Brides Ad
***********************************/

    /*paragraphs*/

        .minted_brides_ad .column p {
        }

    /*inlines*/

        .minted_brides_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .minted_brides_ad .column a {
        }

    /*headers*/

        .minted_brides_ad .column h1 {
        }

        .minted_brides_ad .column h2 {
        }

        .minted_brides_ad .column h3 {
        }

        .minted_brides_ad .column h4 {
        }

        .minted_brides_ad .column h5 {
        }

        .minted_brides_ad .column h6 {
        }

/***********************************
Cook-Winter Green
***********************************/

    /*paragraphs*/

        .cook_winter_green .column p {
           font-family: 'Mulish';
        }

        .cook_winter_green .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .cook_winter_green .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .cook_winter_green .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .cook_winter_green .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .cook_winter_green .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .cook_winter_green .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .cook_winter_green .column .Pink {
           color: #f05ba1;
        }

        .cook_winter_green .column .Magenta {
           color: #9a2e62;
        }

        .cook_winter_green .column .Navy {
           color: #172954;
        }

        .cook_winter_green .column .Aqua {
           color: #74cfe2;
        }

        .cook_winter_green .column .Purple {
           color: #c76cab;
        }

        .cook_winter_green .column .Yellow {
           color: #feba33;
        }

        .cook_winter_green .column .Orange {
           color: #faa74b;
        }

        .cook_winter_green .column .serif {
           font-family: 'Playfair Display';
        }

        .cook_winter_green .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .cook_winter_green .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .cook_winter_green .column a {
        }

    /*headers*/

        .cook_winter_green .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .cook_winter_green .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .cook_winter_green .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .cook_winter_green .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .cook_winter_green .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .cook_winter_green .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .cook_winter_green .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .cook_winter_green .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .cook_winter_green .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .cook_winter_green .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Egglands Best Ad
***********************************/

    /*paragraphs*/

        .egglands_best_ad .column p {
        }

    /*inlines*/

        .egglands_best_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .egglands_best_ad .column a {
        }

    /*headers*/

        .egglands_best_ad .column h1 {
        }

        .egglands_best_ad .column h2 {
        }

        .egglands_best_ad .column h3 {
        }

        .egglands_best_ad .column h4 {
        }

        .egglands_best_ad .column h5 {
        }

        .egglands_best_ad .column h6 {
        }

/***********************************
Purina Ad
***********************************/

    /*paragraphs*/

        .purina_ad .column p {
        }

    /*inlines*/

        .purina_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .purina_ad .column a {
        }

    /*headers*/

        .purina_ad .column h1 {
        }

        .purina_ad .column h2 {
        }

        .purina_ad .column h3 {
        }

        .purina_ad .column h4 {
        }

        .purina_ad .column h5 {
        }

        .purina_ad .column h6 {
        }

/***********************************
Opzelura Ad 1
***********************************/

    /*paragraphs*/

        .opzelura_ad_1 .column p {
        }

    /*inlines*/

        .opzelura_ad_1 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .opzelura_ad_1 .column a {
        }

    /*headers*/

        .opzelura_ad_1 .column h1 {
        }

        .opzelura_ad_1 .column h2 {
        }

        .opzelura_ad_1 .column h3 {
        }

        .opzelura_ad_1 .column h4 {
        }

        .opzelura_ad_1 .column h5 {
        }

        .opzelura_ad_1 .column h6 {
        }

/***********************************
Opzelura Ad 2
***********************************/

    /*paragraphs*/

        .opzelura_ad_2 .column p {
        }

    /*inlines*/

        .opzelura_ad_2 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .opzelura_ad_2 .column a {
        }

    /*headers*/

        .opzelura_ad_2 .column h1 {
        }

        .opzelura_ad_2 .column h2 {
        }

        .opzelura_ad_2 .column h3 {
        }

        .opzelura_ad_2 .column h4 {
        }

        .opzelura_ad_2 .column h5 {
        }

        .opzelura_ad_2 .column h6 {
        }

/***********************************
Opzelura Ad 3
***********************************/

    /*paragraphs*/

        .opzelura_ad_3 .column p {
        }

    /*inlines*/

        .opzelura_ad_3 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .opzelura_ad_3 .column a {
        }

    /*headers*/

        .opzelura_ad_3 .column h1 {
        }

        .opzelura_ad_3 .column h2 {
        }

        .opzelura_ad_3 .column h3 {
        }

        .opzelura_ad_3 .column h4 {
        }

        .opzelura_ad_3 .column h5 {
        }

        .opzelura_ad_3 .column h6 {
        }

/***********************************
Pillsbury Cinnamon Rolls Ad
***********************************/

    /*paragraphs*/

        .pillsbury_cinnamon_rolls_ad_1 .column p {
        }

    /*inlines*/

        .pillsbury_cinnamon_rolls_ad_1 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .pillsbury_cinnamon_rolls_ad_1 .column a {
        }

    /*headers*/

        .pillsbury_cinnamon_rolls_ad_1 .column h1 {
        }

        .pillsbury_cinnamon_rolls_ad_1 .column h2 {
        }

        .pillsbury_cinnamon_rolls_ad_1 .column h3 {
        }

        .pillsbury_cinnamon_rolls_ad_1 .column h4 {
        }

        .pillsbury_cinnamon_rolls_ad_1 .column h5 {
        }

        .pillsbury_cinnamon_rolls_ad_1 .column h6 {
        }

/***********************************
Pillsbury Cinnamon Rolls Ad 2
***********************************/

    /*paragraphs*/

        .pillsbury_cinnamon_rolls_ad_2 .column p {
        }

    /*inlines*/

        .pillsbury_cinnamon_rolls_ad_2 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .pillsbury_cinnamon_rolls_ad_2 .column a {
        }

    /*headers*/

        .pillsbury_cinnamon_rolls_ad_2 .column h1 {
        }

        .pillsbury_cinnamon_rolls_ad_2 .column h2 {
        }

        .pillsbury_cinnamon_rolls_ad_2 .column h3 {
        }

        .pillsbury_cinnamon_rolls_ad_2 .column h4 {
        }

        .pillsbury_cinnamon_rolls_ad_2 .column h5 {
        }

        .pillsbury_cinnamon_rolls_ad_2 .column h6 {
        }

/***********************************
Organize-Putting Away the Holidays
***********************************/

    /*paragraphs*/

        .organize_put_away_holidays .column p {
           font-family: 'Mulish';
        }

        .organize_put_away_holidays .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .organize_put_away_holidays .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .organize_put_away_holidays .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .organize_put_away_holidays .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .organize_put_away_holidays .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .organize_put_away_holidays .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .organize_put_away_holidays .column .Pink {
           color: #f05ba1;
        }

        .organize_put_away_holidays .column .Magenta {
           color: #9a2e62;
        }

        .organize_put_away_holidays .column .Navy {
           color: #172954;
        }

        .organize_put_away_holidays .column .Aqua {
           color: #74cfe2;
        }

        .organize_put_away_holidays .column .Purple {
           color: #c76cab;
        }

        .organize_put_away_holidays .column .Yellow {
           color: #feba33;
        }

        .organize_put_away_holidays .column .Orange {
           color: #faa74b;
        }

        .organize_put_away_holidays .column .serif {
           font-family: 'Playfair Display';
        }

        .organize_put_away_holidays .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .organize_put_away_holidays .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .organize_put_away_holidays .column a {
        }

    /*headers*/

        .organize_put_away_holidays .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .organize_put_away_holidays .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .organize_put_away_holidays .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .organize_put_away_holidays .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .organize_put_away_holidays .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .organize_put_away_holidays .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .organize_put_away_holidays .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .organize_put_away_holidays .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .organize_put_away_holidays .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .organize_put_away_holidays .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Glad Ad
***********************************/

    /*paragraphs*/

        .glad_ad .column p {
        }

    /*inlines*/

        .glad_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .glad_ad .column a {
        }

    /*headers*/

        .glad_ad .column h1 {
        }

        .glad_ad .column h2 {
        }

        .glad_ad .column h3 {
        }

        .glad_ad .column h4 {
        }

        .glad_ad .column h5 {
        }

        .glad_ad .column h6 {
        }

/***********************************
DayQuil NyQuil Ad
***********************************/

    /*paragraphs*/

        .dayquil_nyquil_ad .column p {
        }

    /*inlines*/

        .dayquil_nyquil_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .dayquil_nyquil_ad .column a {
        }

    /*headers*/

        .dayquil_nyquil_ad .column h1 {
        }

        .dayquil_nyquil_ad .column h2 {
        }

        .dayquil_nyquil_ad .column h3 {
        }

        .dayquil_nyquil_ad .column h4 {
        }

        .dayquil_nyquil_ad .column h5 {
        }

        .dayquil_nyquil_ad .column h6 {
        }

/***********************************
Pedigree Ad 1
***********************************/

    /*paragraphs*/

        .pedigree_ad_1 .column p {
        }

    /*inlines*/

        .pedigree_ad_1 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .pedigree_ad_1 .column a {
        }

    /*headers*/

        .pedigree_ad_1 .column h1 {
        }

        .pedigree_ad_1 .column h2 {
        }

        .pedigree_ad_1 .column h3 {
        }

        .pedigree_ad_1 .column h4 {
        }

        .pedigree_ad_1 .column h5 {
        }

        .pedigree_ad_1 .column h6 {
        }

/***********************************
Pedigree Ad 2
***********************************/

    /*paragraphs*/

        .pedigree_ad_2 .column p {
        }

    /*inlines*/

        .pedigree_ad_2 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .pedigree_ad_2 .column a {
        }

    /*headers*/

        .pedigree_ad_2 .column h1 {
        }

        .pedigree_ad_2 .column h2 {
        }

        .pedigree_ad_2 .column h3 {
        }

        .pedigree_ad_2 .column h4 {
        }

        .pedigree_ad_2 .column h5 {
        }

        .pedigree_ad_2 .column h6 {
        }

/***********************************
Fasenra Ad 1
***********************************/

    /*paragraphs*/

        .fasenra_ad_1 .column p {
        }

    /*inlines*/

        .fasenra_ad_1 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .fasenra_ad_1 .column a {
        }

    /*headers*/

        .fasenra_ad_1 .column h1 {
        }

        .fasenra_ad_1 .column h2 {
        }

        .fasenra_ad_1 .column h3 {
        }

        .fasenra_ad_1 .column h4 {
        }

        .fasenra_ad_1 .column h5 {
        }

        .fasenra_ad_1 .column h6 {
        }

/***********************************
Fasenra Ad 2
***********************************/

    /*paragraphs*/

        .fasenra_ad_2 .column p {
        }

    /*inlines*/

        .fasenra_ad_2 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .fasenra_ad_2 .column a {
        }

    /*headers*/

        .fasenra_ad_2 .column h1 {
        }

        .fasenra_ad_2 .column h2 {
        }

        .fasenra_ad_2 .column h3 {
        }

        .fasenra_ad_2 .column h4 {
        }

        .fasenra_ad_2 .column h5 {
        }

        .fasenra_ad_2 .column h6 {
        }

/***********************************
Fasenra Ad 3
***********************************/

    /*paragraphs*/

        .fasenra_ad_3 .column p {
        }

    /*inlines*/

        .fasenra_ad_3 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .fasenra_ad_3 .column a {
        }

    /*headers*/

        .fasenra_ad_3 .column h1 {
        }

        .fasenra_ad_3 .column h2 {
        }

        .fasenra_ad_3 .column h3 {
        }

        .fasenra_ad_3 .column h4 {
        }

        .fasenra_ad_3 .column h5 {
        }

        .fasenra_ad_3 .column h6 {
        }

/***********************************
Grow-Winter Wonders
***********************************/

    /*paragraphs*/

        .grow_winter_wonders .column p {
           font-family: 'Mulish';
        }

        .grow_winter_wonders .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .grow_winter_wonders .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .grow_winter_wonders .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .grow_winter_wonders .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .grow_winter_wonders .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .grow_winter_wonders .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .grow_winter_wonders .column .Pink {
           color: #f05ba1;
        }

        .grow_winter_wonders .column .Magenta {
           color: #9a2e62;
        }

        .grow_winter_wonders .column .Navy {
           color: #172954;
        }

        .grow_winter_wonders .column .Aqua {
           color: #74cfe2;
        }

        .grow_winter_wonders .column .Purple {
           color: #c76cab;
        }

        .grow_winter_wonders .column .Yellow {
           color: #feba33;
        }

        .grow_winter_wonders .column .Orange {
           color: #faa74b;
        }

        .grow_winter_wonders .column .serif {
           font-family: 'Playfair Display';
        }

        .grow_winter_wonders .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .grow_winter_wonders .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .grow_winter_wonders .column a {
        }

    /*headers*/

        .grow_winter_wonders .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .grow_winter_wonders .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .grow_winter_wonders .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .grow_winter_wonders .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .grow_winter_wonders .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .grow_winter_wonders .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .grow_winter_wonders .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .grow_winter_wonders .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .grow_winter_wonders .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .grow_winter_wonders .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Cook-Cathedral Window Jelly
***********************************/

    /*paragraphs*/

        .cook_cathedral_window_jelly .column p {
           font-family: 'Mulish';
        }

        .cook_cathedral_window_jelly .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .cook_cathedral_window_jelly .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .cook_cathedral_window_jelly .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .cook_cathedral_window_jelly .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .cook_cathedral_window_jelly .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .cook_cathedral_window_jelly .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .cook_cathedral_window_jelly .column .Pink {
           color: #f05ba1;
        }

        .cook_cathedral_window_jelly .column .Magenta {
           color: #9a2e62;
        }

        .cook_cathedral_window_jelly .column .Navy {
           color: #172954;
        }

        .cook_cathedral_window_jelly .column .Aqua {
           color: #74cfe2;
        }

        .cook_cathedral_window_jelly .column .Purple {
           color: #c76cab;
        }

        .cook_cathedral_window_jelly .column .Yellow {
           color: #feba33;
        }

        .cook_cathedral_window_jelly .column .Orange {
           color: #faa74b;
        }

        .cook_cathedral_window_jelly .column .serif {
           font-family: 'Playfair Display';
        }

        .cook_cathedral_window_jelly .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .cook_cathedral_window_jelly .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .cook_cathedral_window_jelly .column a {
        }

    /*headers*/

        .cook_cathedral_window_jelly .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .cook_cathedral_window_jelly .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .cook_cathedral_window_jelly .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .cook_cathedral_window_jelly .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .cook_cathedral_window_jelly .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .cook_cathedral_window_jelly .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .cook_cathedral_window_jelly .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .cook_cathedral_window_jelly .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .cook_cathedral_window_jelly .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .cook_cathedral_window_jelly .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Home for the Holidays Ad
***********************************/

    /*paragraphs*/

        .home_for_the_holidays_ad .column p {
        }

    /*inlines*/

        .home_for_the_holidays_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .home_for_the_holidays_ad .column a {
        }

    /*headers*/

        .home_for_the_holidays_ad .column h1 {
        }

        .home_for_the_holidays_ad .column h2 {
        }

        .home_for_the_holidays_ad .column h3 {
        }

        .home_for_the_holidays_ad .column h4 {
        }

        .home_for_the_holidays_ad .column h5 {
        }

        .home_for_the_holidays_ad .column h6 {
        }

/***********************************
Fleischmann's Yeast Ad
***********************************/

    /*paragraphs*/

        .fleischmanns_yeast_ad .column p {
        }

    /*inlines*/

        .fleischmanns_yeast_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .fleischmanns_yeast_ad .column a {
        }

    /*headers*/

        .fleischmanns_yeast_ad .column h1 {
        }

        .fleischmanns_yeast_ad .column h2 {
        }

        .fleischmanns_yeast_ad .column h3 {
        }

        .fleischmanns_yeast_ad .column h4 {
        }

        .fleischmanns_yeast_ad .column h5 {
        }

        .fleischmanns_yeast_ad .column h6 {
        }

/***********************************
Karo Ad
***********************************/

    /*paragraphs*/

        .karo_ad .column p {
        }

    /*inlines*/

        .karo_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .karo_ad .column a {
        }

    /*headers*/

        .karo_ad .column h1 {
        }

        .karo_ad .column h2 {
        }

        .karo_ad .column h3 {
        }

        .karo_ad .column h4 {
        }

        .karo_ad .column h5 {
        }

        .karo_ad .column h6 {
        }

/***********************************
Decorate-Around the Kwanzaa Table
***********************************/

    /*paragraphs*/

        .decorate_kwanzaa_table .column p {
           font-family: 'Mulish';
        }

        .decorate_kwanzaa_table .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .decorate_kwanzaa_table .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .decorate_kwanzaa_table .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .decorate_kwanzaa_table .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .decorate_kwanzaa_table .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .decorate_kwanzaa_table .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .decorate_kwanzaa_table .column .Pink {
           color: #f05ba1;
        }

        .decorate_kwanzaa_table .column .Magenta {
           color: #9a2e62;
        }

        .decorate_kwanzaa_table .column .Navy {
           color: #172954;
        }

        .decorate_kwanzaa_table .column .Aqua {
           color: #74cfe2;
        }

        .decorate_kwanzaa_table .column .Purple {
           color: #c76cab;
        }

        .decorate_kwanzaa_table .column .Yellow {
           color: #feba33;
        }

        .decorate_kwanzaa_table .column .Orange {
           color: #faa74b;
        }

        .decorate_kwanzaa_table .column .serif {
           font-family: 'Playfair Display';
        }

        .decorate_kwanzaa_table .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .decorate_kwanzaa_table .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .decorate_kwanzaa_table .column a {
        }

    /*headers*/

        .decorate_kwanzaa_table .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .decorate_kwanzaa_table .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .decorate_kwanzaa_table .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .decorate_kwanzaa_table .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .decorate_kwanzaa_table .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .decorate_kwanzaa_table .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .decorate_kwanzaa_table .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .decorate_kwanzaa_table .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .decorate_kwanzaa_table .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .decorate_kwanzaa_table .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Heifer Ad
***********************************/

    /*paragraphs*/

        .heifer_ad .column p {
        }

    /*inlines*/

        .heifer_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .heifer_ad .column a {
        }

    /*headers*/

        .heifer_ad .column h1 {
        }

        .heifer_ad .column h2 {
        }

        .heifer_ad .column h3 {
        }

        .heifer_ad .column h4 {
        }

        .heifer_ad .column h5 {
        }

        .heifer_ad .column h6 {
        }

/***********************************
Purina Friskies Ad
***********************************/

    /*paragraphs*/

        .purina_friskies_ad .column p {
        }

    /*inlines*/

        .purina_friskies_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .purina_friskies_ad .column a {
        }

    /*headers*/

        .purina_friskies_ad .column h1 {
        }

        .purina_friskies_ad .column h2 {
        }

        .purina_friskies_ad .column h3 {
        }

        .purina_friskies_ad .column h4 {
        }

        .purina_friskies_ad .column h5 {
        }

        .purina_friskies_ad .column h6 {
        }

/***********************************
Poise Ad
***********************************/

    /*paragraphs*/

        .poise_ad .column p {
        }

    /*inlines*/

        .poise_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .poise_ad .column a {
        }

    /*headers*/

        .poise_ad .column h1 {
        }

        .poise_ad .column h2 {
        }

        .poise_ad .column h3 {
        }

        .poise_ad .column h4 {
        }

        .poise_ad .column h5 {
        }

        .poise_ad .column h6 {
        }

/***********************************
Cook-Baked Up Big
***********************************/

    /*paragraphs*/

        .cook_baked_up_big .column p {
           font-family: 'Mulish';
        }

        .cook_baked_up_big .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .cook_baked_up_big .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .cook_baked_up_big .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .cook_baked_up_big .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .cook_baked_up_big .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .cook_baked_up_big .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .cook_baked_up_big .column .Pink {
           color: #f05ba1;
        }

        .cook_baked_up_big .column .Magenta {
           color: #9a2e62;
        }

        .cook_baked_up_big .column .Navy {
           color: #172954;
        }

        .cook_baked_up_big .column .Aqua {
           color: #74cfe2;
        }

        .cook_baked_up_big .column .Purple {
           color: #c76cab;
        }

        .cook_baked_up_big .column .Yellow {
           color: #feba33;
        }

        .cook_baked_up_big .column .Orange {
           color: #faa74b;
        }

        .cook_baked_up_big .column .serif {
           font-family: 'Playfair Display';
        }

        .cook_baked_up_big .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .cook_baked_up_big .column .SPROUTGREEN {
           color: #b8ca9d;
        }

        .cook_baked_up_big .column .LargeLowercase {
           font-size: 26px;
           text-transform: lowercase;
           font-weight: bold;
           font-family: 'Barlow Condensed';
        }

        .cook_baked_up_big .column .Green {
           color: #008791;
        }

    /*links*/

        .cook_baked_up_big .column a {
        }

    /*headers*/

        .cook_baked_up_big .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .cook_baked_up_big .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .cook_baked_up_big .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .cook_baked_up_big .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .cook_baked_up_big .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .cook_baked_up_big .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .cook_baked_up_big .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .cook_baked_up_big .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .cook_baked_up_big .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .cook_baked_up_big .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Kerrygold Ad
***********************************/

    /*paragraphs*/

        .kerrygold_ad .column p {
        }

    /*inlines*/

        .kerrygold_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .kerrygold_ad .column a {
        }

    /*headers*/

        .kerrygold_ad .column h1 {
        }

        .kerrygold_ad .column h2 {
        }

        .kerrygold_ad .column h3 {
        }

        .kerrygold_ad .column h4 {
        }

        .kerrygold_ad .column h5 {
        }

        .kerrygold_ad .column h6 {
        }

/***********************************
Glucerna Ad 1
***********************************/

    /*paragraphs*/

        .glucerna_ad_1 .column p {
        }

    /*inlines*/

        .glucerna_ad_1 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .glucerna_ad_1 .column a {
        }

    /*headers*/

        .glucerna_ad_1 .column h1 {
        }

        .glucerna_ad_1 .column h2 {
        }

        .glucerna_ad_1 .column h3 {
        }

        .glucerna_ad_1 .column h4 {
        }

        .glucerna_ad_1 .column h5 {
        }

        .glucerna_ad_1 .column h6 {
        }

/***********************************
Glucerna Ad 2
***********************************/

    /*paragraphs*/

        .glucerna_ad_2 .column p {
        }

    /*inlines*/

        .glucerna_ad_2 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .glucerna_ad_2 .column a {
        }

    /*headers*/

        .glucerna_ad_2 .column h1 {
        }

        .glucerna_ad_2 .column h2 {
        }

        .glucerna_ad_2 .column h3 {
        }

        .glucerna_ad_2 .column h4 {
        }

        .glucerna_ad_2 .column h5 {
        }

        .glucerna_ad_2 .column h6 {
        }

/***********************************
Make-I Did It
***********************************/

    /*paragraphs*/

        .make_i_did_it .column p {
           font-family: 'Mulish';
        }

        .make_i_did_it .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .make_i_did_it .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .make_i_did_it .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .make_i_did_it .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .make_i_did_it .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .make_i_did_it .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .make_i_did_it .column .Pink {
           color: #f05ba1;
        }

        .make_i_did_it .column .Magenta {
           color: #9a2e62;
        }

        .make_i_did_it .column .Navy {
           color: #172954;
        }

        .make_i_did_it .column .Aqua {
           color: #74cfe2;
        }

        .make_i_did_it .column .Purple {
           color: #c76cab;
        }

        .make_i_did_it .column .Yellow {
           color: #feba33;
        }

        .make_i_did_it .column .Orange {
           color: #faa74b;
        }

        .make_i_did_it .column .serif {
           font-family: 'Playfair Display';
        }

        .make_i_did_it .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .make_i_did_it .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .make_i_did_it .column a {
        }

    /*headers*/

        .make_i_did_it .column h1 {
           font-family: Impact, sans-serif;
           font-size: 48px;
        }

        .make_i_did_it .column h2 {
           font-family: 'Barlow Condensed';
           font-size: 22px;
        }

        .make_i_did_it .column h3 {
           font-family: 'Playfair Display';
           font-size: 31px;
        }

        .make_i_did_it .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .make_i_did_it .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .make_i_did_it .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .make_i_did_it .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .make_i_did_it .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .make_i_did_it .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .make_i_did_it .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Renewal Window Ad
***********************************/

    /*paragraphs*/

        .renewal_window_ad .column p {
        }

    /*inlines*/

        .renewal_window_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .renewal_window_ad .column a {
        }

    /*headers*/

        .renewal_window_ad .column h1 {
        }

        .renewal_window_ad .column h2 {
        }

        .renewal_window_ad .column h3 {
        }

        .renewal_window_ad .column h4 {
        }

        .renewal_window_ad .column h5 {
        }

        .renewal_window_ad .column h6 {
        }

/***********************************
Fresh Files Ad
***********************************/

    /*paragraphs*/

        .fresh_files_ad .column p {
        }

    /*inlines*/

        .fresh_files_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .fresh_files_ad .column a {
        }

    /*headers*/

        .fresh_files_ad .column h1 {
        }

        .fresh_files_ad .column h2 {
        }

        .fresh_files_ad .column h3 {
        }

        .fresh_files_ad .column h4 {
        }

        .fresh_files_ad .column h5 {
        }

        .fresh_files_ad .column h6 {
        }

/***********************************
Syfovre Ad 1
***********************************/

    /*paragraphs*/

        .syfovre_ad_1 .column p {
        }

    /*inlines*/

        .syfovre_ad_1 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .syfovre_ad_1 .column a {
        }

    /*headers*/

        .syfovre_ad_1 .column h1 {
        }

        .syfovre_ad_1 .column h2 {
        }

        .syfovre_ad_1 .column h3 {
        }

        .syfovre_ad_1 .column h4 {
        }

        .syfovre_ad_1 .column h5 {
        }

        .syfovre_ad_1 .column h6 {
        }

/***********************************
Syfovre Ad 2
***********************************/

    /*paragraphs*/

        .syfovre_ad_2 .column p {
        }

    /*inlines*/

        .syfovre_ad_2 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .syfovre_ad_2 .column a {
        }

    /*headers*/

        .syfovre_ad_2 .column h1 {
        }

        .syfovre_ad_2 .column h2 {
        }

        .syfovre_ad_2 .column h3 {
        }

        .syfovre_ad_2 .column h4 {
        }

        .syfovre_ad_2 .column h5 {
        }

        .syfovre_ad_2 .column h6 {
        }

/***********************************
Syfovre Ad 3
***********************************/

    /*paragraphs*/

        .syfovre_ad_3 .column p {
        }

    /*inlines*/

        .syfovre_ad_3 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .syfovre_ad_3 .column a {
        }

    /*headers*/

        .syfovre_ad_3 .column h1 {
        }

        .syfovre_ad_3 .column h2 {
        }

        .syfovre_ad_3 .column h3 {
        }

        .syfovre_ad_3 .column h4 {
        }

        .syfovre_ad_3 .column h5 {
        }

        .syfovre_ad_3 .column h6 {
        }

/***********************************
Syfovre Ad 4
***********************************/

    /*paragraphs*/

        .syfovre_ad_4 .column p {
        }

    /*inlines*/

        .syfovre_ad_4 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .syfovre_ad_4 .column a {
        }

    /*headers*/

        .syfovre_ad_4 .column h1 {
        }

        .syfovre_ad_4 .column h2 {
        }

        .syfovre_ad_4 .column h3 {
        }

        .syfovre_ad_4 .column h4 {
        }

        .syfovre_ad_4 .column h5 {
        }

        .syfovre_ad_4 .column h6 {
        }

/***********************************
Cook-5 Ingredient Cozy Bowls
***********************************/

    /*paragraphs*/

        .cook_5_ingredient_cozy_bowls .column p {
           font-family: 'Mulish';
        }

        .cook_5_ingredient_cozy_bowls .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .cook_5_ingredient_cozy_bowls .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .cook_5_ingredient_cozy_bowls .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .cook_5_ingredient_cozy_bowls .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .cook_5_ingredient_cozy_bowls .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .cook_5_ingredient_cozy_bowls .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .cook_5_ingredient_cozy_bowls .column .Pink {
           color: #f05ba1;
        }

        .cook_5_ingredient_cozy_bowls .column .Magenta {
           color: #9a2e62;
        }

        .cook_5_ingredient_cozy_bowls .column .Navy {
           color: #172954;
        }

        .cook_5_ingredient_cozy_bowls .column .Aqua {
           color: #74cfe2;
        }

        .cook_5_ingredient_cozy_bowls .column .Purple {
           color: #c76cab;
        }

        .cook_5_ingredient_cozy_bowls .column .Yellow {
           color: #feba33;
        }

        .cook_5_ingredient_cozy_bowls .column .Orange {
           color: #faa74b;
        }

        .cook_5_ingredient_cozy_bowls .column .serif {
           font-family: 'Playfair Display';
        }

        .cook_5_ingredient_cozy_bowls .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .cook_5_ingredient_cozy_bowls .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .cook_5_ingredient_cozy_bowls .column a {
        }

    /*headers*/

        .cook_5_ingredient_cozy_bowls .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .cook_5_ingredient_cozy_bowls .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .cook_5_ingredient_cozy_bowls .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .cook_5_ingredient_cozy_bowls .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .cook_5_ingredient_cozy_bowls .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .cook_5_ingredient_cozy_bowls .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .cook_5_ingredient_cozy_bowls .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .cook_5_ingredient_cozy_bowls .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .cook_5_ingredient_cozy_bowls .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .cook_5_ingredient_cozy_bowls .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Jimmy Dean Ad
***********************************/

    /*paragraphs*/

        .jimmy_dean_ad .column p {
        }

    /*inlines*/

        .jimmy_dean_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .jimmy_dean_ad .column a {
        }

    /*headers*/

        .jimmy_dean_ad .column h1 {
        }

        .jimmy_dean_ad .column h2 {
        }

        .jimmy_dean_ad .column h3 {
        }

        .jimmy_dean_ad .column h4 {
        }

        .jimmy_dean_ad .column h5 {
        }

        .jimmy_dean_ad .column h6 {
        }

/***********************************
Stouffer's Ad
***********************************/

    /*paragraphs*/

        .stouffers_ad .column p {
        }

    /*inlines*/

        .stouffers_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .stouffers_ad .column a {
        }

    /*headers*/

        .stouffers_ad .column h1 {
        }

        .stouffers_ad .column h2 {
        }

        .stouffers_ad .column h3 {
        }

        .stouffers_ad .column h4 {
        }

        .stouffers_ad .column h5 {
        }

        .stouffers_ad .column h6 {
        }

/***********************************
Arexvy Ad 1
***********************************/

    /*paragraphs*/

        .arexvy_ad_1 .column p {
        }

    /*inlines*/

        .arexvy_ad_1 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .arexvy_ad_1 .column a {
        }

    /*headers*/

        .arexvy_ad_1 .column h1 {
        }

        .arexvy_ad_1 .column h2 {
        }

        .arexvy_ad_1 .column h3 {
        }

        .arexvy_ad_1 .column h4 {
        }

        .arexvy_ad_1 .column h5 {
        }

        .arexvy_ad_1 .column h6 {
        }

/***********************************
Arexvy Ad 2
***********************************/

    /*paragraphs*/

        .arexvy_ad_2 .column p {
        }

    /*inlines*/

        .arexvy_ad_2 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .arexvy_ad_2 .column a {
        }

    /*headers*/

        .arexvy_ad_2 .column h1 {
        }

        .arexvy_ad_2 .column h2 {
        }

        .arexvy_ad_2 .column h3 {
        }

        .arexvy_ad_2 .column h4 {
        }

        .arexvy_ad_2 .column h5 {
        }

        .arexvy_ad_2 .column h6 {
        }

/***********************************
Holiday Entertaining Essentials Ad 1
***********************************/

    /*paragraphs*/

        .holiday_essentials_ad_1 .column p {
        }

    /*inlines*/

        .holiday_essentials_ad_1 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .holiday_essentials_ad_1 .column a {
        }

    /*headers*/

        .holiday_essentials_ad_1 .column h1 {
        }

        .holiday_essentials_ad_1 .column h2 {
        }

        .holiday_essentials_ad_1 .column h3 {
        }

        .holiday_essentials_ad_1 .column h4 {
        }

        .holiday_essentials_ad_1 .column h5 {
        }

        .holiday_essentials_ad_1 .column h6 {
        }

/***********************************
Holiday Entertaining Essentials Ad 2
***********************************/

    /*paragraphs*/

        .holiday_essentials_ad_2 .column p {
        }

    /*inlines*/

        .holiday_essentials_ad_2 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .holiday_essentials_ad_2 .column a {
        }

    /*headers*/

        .holiday_essentials_ad_2 .column h1 {
        }

        .holiday_essentials_ad_2 .column h2 {
        }

        .holiday_essentials_ad_2 .column h3 {
        }

        .holiday_essentials_ad_2 .column h4 {
        }

        .holiday_essentials_ad_2 .column h5 {
        }

        .holiday_essentials_ad_2 .column h6 {
        }

/***********************************
All the Trimmings
***********************************/

    /*paragraphs*/

        .all_the_trimmings .column p {
           font-family: 'Mulish';
        }

        .all_the_trimmings .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .all_the_trimmings .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .all_the_trimmings .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .all_the_trimmings .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .all_the_trimmings .column p.centeralign {
           text-align: center;
        }

        .all_the_trimmings .column p.Centered {
           font-family: 'Mulish';
           text-align: center;
        }

    /*inlines*/

        .all_the_trimmings .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .all_the_trimmings .column .Pink {
           color: #f05ba1;
        }

        .all_the_trimmings .column .Magenta {
           color: #9a2e62;
        }

        .all_the_trimmings .column .Navy {
           color: #172954;
        }

        .all_the_trimmings .column .Aqua {
           color: #74cfe2;
        }

        .all_the_trimmings .column .Purple {
           color: #c76cab;
        }

        .all_the_trimmings .column .Yellow {
           color: #feba33;
        }

        .all_the_trimmings .column .Orange {
           color: #faa74b;
        }

        .all_the_trimmings .column .serif {
           font-family: 'Playfair Display';
        }

        .all_the_trimmings .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .all_the_trimmings .column .SPROUTGREEN {
           color: #b8ca9d;
        }

        .all_the_trimmings .column .Red {
           color: #ed1c24;
        }

        .all_the_trimmings .column .Smaller {
           font-size: 22px;
           padding-top: 0px;
        }

    /*links*/

        .all_the_trimmings .column a {
        }

    /*headers*/

        .all_the_trimmings .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .all_the_trimmings .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
           text-align: center;
           margin-top: 0px;
        }

        .all_the_trimmings .column h3 {
           font-family: 'Playfair Display';
           font-size: 26px;
        }

        .all_the_trimmings .column h4 {
           font-family: 'Playfair Display';
           font-size: 22px;
           text-align: center;
        }

        .all_the_trimmings .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .all_the_trimmings .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .all_the_trimmings .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .all_the_trimmings .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .all_the_trimmings .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .all_the_trimmings .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Out of the Box
***********************************/

    /*paragraphs*/

        .out_of_the_box .column p {
           font-family: 'Mulish';
        }

        .out_of_the_box .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .out_of_the_box .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .out_of_the_box .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .out_of_the_box .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .out_of_the_box .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .out_of_the_box .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .out_of_the_box .column .Pink {
           color: #f05ba1;
        }

        .out_of_the_box .column .Magenta {
           color: #9a2e62;
        }

        .out_of_the_box .column .Navy {
           color: #172954;
        }

        .out_of_the_box .column .Aqua {
           color: #74cfe2;
        }

        .out_of_the_box .column .Purple {
           color: #c76cab;
        }

        .out_of_the_box .column .Yellow {
           color: #feba33;
        }

        .out_of_the_box .column .Orange {
           color: #faa74b;
        }

        .out_of_the_box .column .serif {
           font-family: 'Playfair Display';
        }

        .out_of_the_box .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .out_of_the_box .column .SPROUTGREEN {
           color: #b8ca9d;
        }

        .out_of_the_box .column .CADETBLUE {
           color: #008791;
        }

        .out_of_the_box .column .Bigger {
           font-family: 'Mulish';
           font-size: 26px;
        }

    /*links*/

        .out_of_the_box .column a {
        }

    /*headers*/

        .out_of_the_box .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .out_of_the_box .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .out_of_the_box .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .out_of_the_box .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .out_of_the_box .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .out_of_the_box .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .out_of_the_box .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .out_of_the_box .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .out_of_the_box .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .out_of_the_box .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Almond Alchemy
***********************************/

    /*paragraphs*/

        .almond_alchemy .column p {
           font-family: 'Mulish';
        }

        .almond_alchemy .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .almond_alchemy .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .almond_alchemy .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .almond_alchemy .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .almond_alchemy .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .almond_alchemy .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .almond_alchemy .column .Pink {
           color: #f05ba1;
        }

        .almond_alchemy .column .Magenta {
           color: #9a2e62;
        }

        .almond_alchemy .column .Navy {
           color: #172954;
        }

        .almond_alchemy .column .Aqua {
           color: #74cfe2;
        }

        .almond_alchemy .column .Purple {
           color: #c76cab;
        }

        .almond_alchemy .column .Yellow {
           color: #feba33;
        }

        .almond_alchemy .column .Orange {
           color: #faa74b;
        }

        .almond_alchemy .column .serif {
           font-family: 'Playfair Display';
        }

        .almond_alchemy .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .almond_alchemy .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .almond_alchemy .column a {
        }

    /*headers*/

        .almond_alchemy .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .almond_alchemy .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .almond_alchemy .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .almond_alchemy .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .almond_alchemy .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .almond_alchemy .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .almond_alchemy .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .almond_alchemy .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .almond_alchemy .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .almond_alchemy .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Christmas in Full Color
***********************************/

    /*paragraphs*/

        .christmas_in_full_color .column p {
           font-family: 'Mulish';
        }

        .christmas_in_full_color .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .christmas_in_full_color .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .christmas_in_full_color .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .christmas_in_full_color .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .christmas_in_full_color .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .christmas_in_full_color .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .christmas_in_full_color .column .Pink {
           color: #f05ba1;
        }

        .christmas_in_full_color .column .Magenta {
           color: #9a2e62;
        }

        .christmas_in_full_color .column .Navy {
           color: #172954;
        }

        .christmas_in_full_color .column .Aqua {
           color: #74cfe2;
        }

        .christmas_in_full_color .column .Purple {
           color: #c76cab;
        }

        .christmas_in_full_color .column .Yellow {
           color: #feba33;
        }

        .christmas_in_full_color .column .Orange {
           color: #faa74b;
        }

        .christmas_in_full_color .column .serif {
           font-family: 'Playfair Display';
        }

        .christmas_in_full_color .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .christmas_in_full_color .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .christmas_in_full_color .column a {
        }

    /*headers*/

        .christmas_in_full_color .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .christmas_in_full_color .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .christmas_in_full_color .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .christmas_in_full_color .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .christmas_in_full_color .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .christmas_in_full_color .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .christmas_in_full_color .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .christmas_in_full_color .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .christmas_in_full_color .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .christmas_in_full_color .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
All Spruced Up
***********************************/

    /*paragraphs*/

        .all_spruced_up .column p {
           font-family: 'Mulish';
        }

        .all_spruced_up .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .all_spruced_up .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .all_spruced_up .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
           text-align: center;
        }

        .all_spruced_up .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .all_spruced_up .column p.centeralign {
           text-align: center;
        }

        .all_spruced_up .column p.Centered {
           font-family: 'Mulish';
           text-align: center;
        }

    /*inlines*/

        .all_spruced_up .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .all_spruced_up .column .Pink {
           color: #f05ba1;
        }

        .all_spruced_up .column .Magenta {
           color: #9a2e62;
        }

        .all_spruced_up .column .Navy {
           color: #172954;
        }

        .all_spruced_up .column .Aqua {
           color: #74cfe2;
        }

        .all_spruced_up .column .Purple {
           color: #c76cab;
        }

        .all_spruced_up .column .Yellow {
           color: #feba33;
        }

        .all_spruced_up .column .Orange {
           color: #faa74b;
        }

        .all_spruced_up .column .serif {
           font-family: 'Playfair Display';
        }

        .all_spruced_up .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .all_spruced_up .column .SPROUTGREEN {
           color: #b8ca9d;
        }

        .all_spruced_up .column .Red {
           color: #ed1c24;
        }

        .all_spruced_up .column .Black {
           color: #000000;
        }

        .all_spruced_up .column .Green {
           color: #2c979c;
        }

        .all_spruced_up .column .H3Size {
           font-size: 20px;
        }

    /*links*/

        .all_spruced_up .column a {
        }

    /*headers*/

        .all_spruced_up .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .all_spruced_up .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .all_spruced_up .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .all_spruced_up .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .all_spruced_up .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .all_spruced_up .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .all_spruced_up .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .all_spruced_up .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .all_spruced_up .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .all_spruced_up .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Workbook
***********************************/

    /*paragraphs*/

        .workbook .column p {
           font-family: 'Mulish';
           color: #000000;
        }

        .workbook .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .workbook .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .workbook .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .workbook .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .workbook .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .workbook .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .workbook .column .Pink {
           color: #f05ba1;
        }

        .workbook .column .Magenta {
           color: #9a2e62;
        }

        .workbook .column .Navy {
           color: #172954;
        }

        .workbook .column .Aqua {
           color: #74cfe2;
        }

        .workbook .column .Purple {
           color: #c76cab;
        }

        .workbook .column .Yellow {
           color: #feba33;
        }

        .workbook .column .Orange {
           color: #faa74b;
        }

        .workbook .column .serif {
           font-family: 'Playfair Display';
        }

        .workbook .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .workbook .column .SPROUTGREEN {
           color: #b8ca9d;
        }

        .workbook .column .Red {
           color: #ee1c24;
        }

        .workbook .column .Black {
           color: #000000;
        }

    /*links*/

        .workbook .column a {
        }

    /*headers*/

        .workbook .column h1 {
           font-family: 'Barlow Condensed';
           font-size: 28px;
        }

        .workbook .column h2 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .workbook .column h3 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
           font-weight: bold;
        }

        .workbook .column h4 {
           font-family: 'Playfair Display';
           font-size: 18px;
           font-style: italic;
        }

        .workbook .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .workbook .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .workbook .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .workbook .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

        .workbook .column .Square {
           list-style-type: square;
           font-family: 'Mulish';
           list-style-image: none;
        }

        .workbook .column .Numbered {
           font-family: 'Mulish';
           list-style-image: none;
        }

    /*containers*/

        .workbook .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .workbook .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Cookbook
***********************************/

    /*paragraphs*/

        .cookbook .column p {
           font-family: 'Mulish';
        }

        .cookbook .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .cookbook .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .cookbook .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .cookbook .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .cookbook .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .cookbook .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .cookbook .column .Pink {
           color: #f05ba1;
        }

        .cookbook .column .Magenta {
           color: #9a2e62;
        }

        .cookbook .column .Navy {
           color: #172954;
        }

        .cookbook .column .Aqua {
           color: #74cfe2;
        }

        .cookbook .column .Purple {
           color: #c76cab;
        }

        .cookbook .column .Yellow {
           color: #feba33;
        }

        .cookbook .column .Orange {
           color: #faa74b;
        }

        .cookbook .column .serif {
           font-family: 'Playfair Display';
        }

        .cookbook .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .cookbook .column .SPROUTGREEN {
           color: #b8ca9d;
        }

        .cookbook .column .cookbook {
           color: #ee1c24;
           font-family: 'Barlow Condensed';
           text-decoration: underline;
           font-size: 40px;
        }

        .cookbook .column .Black {
           color: #000000;
        }

        .cookbook .column .Bigger {
           font-size: 40px;
           font-family: 'Barlow Condensed';
        }

    /*links*/

        .cookbook .column a {
        }

    /*headers*/

        .cookbook .column h1 {
           font-family: 'Playfair Display';
           font-size: 28px;
        }

        .cookbook .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .cookbook .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .cookbook .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .cookbook .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .cookbook .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .cookbook .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .cookbook .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .cookbook .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .cookbook .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Goya Ad
***********************************/

    /*paragraphs*/

        .goya_ad .column p {
        }

    /*inlines*/

        .goya_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .goya_ad .column a {
        }

    /*headers*/

        .goya_ad .column h1 {
        }

        .goya_ad .column h2 {
        }

        .goya_ad .column h3 {
        }

        .goya_ad .column h4 {
        }

        .goya_ad .column h5 {
        }

        .goya_ad .column h6 {
        }

/***********************************
The Perfect Plate Ad
***********************************/

    /*paragraphs*/

        .the_perfect_plate_ad .column p {
        }

    /*inlines*/

        .the_perfect_plate_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .the_perfect_plate_ad .column a {
        }

    /*headers*/

        .the_perfect_plate_ad .column h1 {
        }

        .the_perfect_plate_ad .column h2 {
        }

        .the_perfect_plate_ad .column h3 {
        }

        .the_perfect_plate_ad .column h4 {
        }

        .the_perfect_plate_ad .column h5 {
        }

        .the_perfect_plate_ad .column h6 {
        }

/***********************************
JTV Ad
***********************************/

    /*paragraphs*/

        .jtv_ad .column p {
        }

    /*inlines*/

        .jtv_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .jtv_ad .column a {
        }

    /*headers*/

        .jtv_ad .column h1 {
        }

        .jtv_ad .column h2 {
        }

        .jtv_ad .column h3 {
        }

        .jtv_ad .column h4 {
        }

        .jtv_ad .column h5 {
        }

        .jtv_ad .column h6 {
        }

/***********************************
Hershey's Kisses Ad
***********************************/

    /*paragraphs*/

        .hersheys_kisses_ad .column p {
        }

    /*inlines*/

        .hersheys_kisses_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .hersheys_kisses_ad .column a {
        }

    /*headers*/

        .hersheys_kisses_ad .column h1 {
        }

        .hersheys_kisses_ad .column h2 {
        }

        .hersheys_kisses_ad .column h3 {
        }

        .hersheys_kisses_ad .column h4 {
        }

        .hersheys_kisses_ad .column h5 {
        }

        .hersheys_kisses_ad .column h6 {
        }

/***********************************
Thrive - A Better Smoothie
***********************************/

    /*paragraphs*/

        .thrive_a_better_smoothie .column p {
           font-family: 'Mulish';
        }

        .thrive_a_better_smoothie .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .thrive_a_better_smoothie .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .thrive_a_better_smoothie .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .thrive_a_better_smoothie .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .thrive_a_better_smoothie .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .thrive_a_better_smoothie .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .thrive_a_better_smoothie .column .Pink {
           color: #f05ba1;
        }

        .thrive_a_better_smoothie .column .Magenta {
           color: #9a2e62;
        }

        .thrive_a_better_smoothie .column .Navy {
           color: #172954;
        }

        .thrive_a_better_smoothie .column .Aqua {
           color: #74cfe2;
        }

        .thrive_a_better_smoothie .column .Purple {
           color: #c76cab;
        }

        .thrive_a_better_smoothie .column .Yellow {
           color: #feba33;
        }

        .thrive_a_better_smoothie .column .Orange {
           color: #faa74b;
        }

        .thrive_a_better_smoothie .column .serif {
           font-family: 'Playfair Display';
        }

        .thrive_a_better_smoothie .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .thrive_a_better_smoothie .column .SPROUTGREEN {
           color: #b8ca9d;
        }

        .thrive_a_better_smoothie .column .Black {
           color: #000000;
        }

        .thrive_a_better_smoothie .column .Purple {
           color: #b775b2;
        }

        .thrive_a_better_smoothie .column .Red {
           color: #ef3c2c;
        }

    /*links*/

        .thrive_a_better_smoothie .column a {
        }

    /*headers*/

        .thrive_a_better_smoothie .column h1 {
           font-family: 'Barlow Condensed';
           font-size: 28px;
        }

        .thrive_a_better_smoothie .column h2 {
           font-family: 'Playfair Display';
           font-size: 22px;
        }

        .thrive_a_better_smoothie .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .thrive_a_better_smoothie .column h4 {
           font-family: 'Barlow Condensed';
           font-size: 28px;
        }

        .thrive_a_better_smoothie .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .thrive_a_better_smoothie .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .thrive_a_better_smoothie .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .thrive_a_better_smoothie .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .thrive_a_better_smoothie .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .thrive_a_better_smoothie .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
ZzzQuil Ad
***********************************/

    /*paragraphs*/

        .zzzquil_ad .column p {
        }

    /*inlines*/

        .zzzquil_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .zzzquil_ad .column a {
        }

    /*headers*/

        .zzzquil_ad .column h1 {
        }

        .zzzquil_ad .column h2 {
        }

        .zzzquil_ad .column h3 {
        }

        .zzzquil_ad .column h4 {
        }

        .zzzquil_ad .column h5 {
        }

        .zzzquil_ad .column h6 {
        }

/***********************************
Fresh Files Ad 2
***********************************/

    /*paragraphs*/

        .fresh_files_ad_2 .column p {
        }

    /*inlines*/

        .fresh_files_ad_2 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .fresh_files_ad_2 .column a {
        }

    /*headers*/

        .fresh_files_ad_2 .column h1 {
        }

        .fresh_files_ad_2 .column h2 {
        }

        .fresh_files_ad_2 .column h3 {
        }

        .fresh_files_ad_2 .column h4 {
        }

        .fresh_files_ad_2 .column h5 {
        }

        .fresh_files_ad_2 .column h6 {
        }

/***********************************
Ensure Ad 1
***********************************/

    /*paragraphs*/

        .ensure_ad_1 .column p {
        }

    /*inlines*/

        .ensure_ad_1 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .ensure_ad_1 .column a {
        }

    /*headers*/

        .ensure_ad_1 .column h1 {
        }

        .ensure_ad_1 .column h2 {
        }

        .ensure_ad_1 .column h3 {
        }

        .ensure_ad_1 .column h4 {
        }

        .ensure_ad_1 .column h5 {
        }

        .ensure_ad_1 .column h6 {
        }

/***********************************
Ensure Ad 2
***********************************/

    /*paragraphs*/

        .ensure_ad_2 .column p {
        }

    /*inlines*/

        .ensure_ad_2 .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .ensure_ad_2 .column a {
        }

    /*headers*/

        .ensure_ad_2 .column h1 {
        }

        .ensure_ad_2 .column h2 {
        }

        .ensure_ad_2 .column h3 {
        }

        .ensure_ad_2 .column h4 {
        }

        .ensure_ad_2 .column h5 {
        }

        .ensure_ad_2 .column h6 {
        }

/***********************************
Celebrate Magazine Ad
***********************************/

    /*paragraphs*/

        .celebrate_magazine_ad .column p {
        }

    /*inlines*/

        .celebrate_magazine_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .celebrate_magazine_ad .column a {
        }

    /*headers*/

        .celebrate_magazine_ad .column h1 {
        }

        .celebrate_magazine_ad .column h2 {
        }

        .celebrate_magazine_ad .column h3 {
        }

        .celebrate_magazine_ad .column h4 {
        }

        .celebrate_magazine_ad .column h5 {
        }

        .celebrate_magazine_ad .column h6 {
        }

/***********************************
Stylemaker
***********************************/

    /*paragraphs*/

        .stylemaker .column p {
           font-family: 'Mulish';
        }

        .stylemaker .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .stylemaker .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .stylemaker .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
        }

        .stylemaker .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .stylemaker .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .stylemaker .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .stylemaker .column .Pink {
           color: #f05ba1;
        }

        .stylemaker .column .Magenta {
           color: #9a2e62;
        }

        .stylemaker .column .Navy {
           color: #172954;
        }

        .stylemaker .column .Aqua {
           color: #74cfe2;
        }

        .stylemaker .column .Purple {
           color: #c76cab;
        }

        .stylemaker .column .Yellow {
           color: #feba33;
        }

        .stylemaker .column .Orange {
           color: #faa74b;
        }

        .stylemaker .column .serif {
           font-family: 'Playfair Display';
        }

        .stylemaker .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .stylemaker .column .SPROUTGREEN {
           color: #b8ca9d;
        }

    /*links*/

        .stylemaker .column a {
        }

    /*headers*/

        .stylemaker .column h1 {
           font-family: Impact, sans-serif;
           font-size: 52px;
        }

        .stylemaker .column h2 {
           font-family: 'Mulish';
           font-size: 22px;
        }

        .stylemaker .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .stylemaker .column h4 {
           font-family: Impact, sans-serif;
           font-size: 28px;
        }

        .stylemaker .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .stylemaker .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .stylemaker .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .stylemaker .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .stylemaker .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .stylemaker .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

/***********************************
Dove Ad
***********************************/

    /*paragraphs*/

        .dove_ad .column p {
        }

    /*inlines*/

        .dove_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .dove_ad .column a {
        }

    /*headers*/

        .dove_ad .column h1 {
        }

        .dove_ad .column h2 {
        }

        .dove_ad .column h3 {
        }

        .dove_ad .column h4 {
        }

        .dove_ad .column h5 {
        }

        .dove_ad .column h6 {
        }

/***********************************
Post Office Ad
***********************************/

    /*paragraphs*/

        .post_office_ad .column p {
        }

    /*inlines*/

        .post_office_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .post_office_ad .column a {
        }

    /*headers*/

        .post_office_ad .column h1 {
        }

        .post_office_ad .column h2 {
        }

        .post_office_ad .column h3 {
        }

        .post_office_ad .column h4 {
        }

        .post_office_ad .column h5 {
        }

        .post_office_ad .column h6 {
        }

/***********************************
Thrive - In The Know
***********************************/

    /*paragraphs*/

        .thrive_in_the_know .column p {
           font-family: 'Mulish';
           font-size: 18px;
        }

        .thrive_in_the_know .column p.SerifQuote {
           font-family: 'Playfair Display';
           font-size: 20px;
        }

        .thrive_in_the_know .column p.PullQuote {
           font-family: 'Mulish';
           font-size: 20px;
           letter-spacing: 1px;
           text-align: center;
        }

        .thrive_in_the_know .column p.CondensedQuote {
           font-family: 'Barlow Condensed';
           font-size: 20px;
           text-align: center;
        }

        .thrive_in_the_know .column p.Credits {
           font-family: 'Mulish';
           font-size: 12px;
        }

        .thrive_in_the_know .column p.centeralign {
           text-align: center;
        }

    /*inlines*/

        .thrive_in_the_know .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

        .thrive_in_the_know .column .Pink {
           color: #f05ba1;
        }

        .thrive_in_the_know .column .Magenta {
           color: #9a2e62;
        }

        .thrive_in_the_know .column .Navy {
           color: #172954;
        }

        .thrive_in_the_know .column .Aqua {
           color: #74cfe2;
        }

        .thrive_in_the_know .column .Purple {
           color: #c76cab;
        }

        .thrive_in_the_know .column .Yellow {
           color: #feba33;
        }

        .thrive_in_the_know .column .Orange {
           color: #faa74b;
        }

        .thrive_in_the_know .column .serif {
           font-family: 'Playfair Display';
        }

        .thrive_in_the_know .column .condensed {
           font-family: 'Barlow Condensed';
           font-size: 16px;
        }

        .thrive_in_the_know .column .SPROUTGREEN {
           color: #b8ca9d;
        }

        .thrive_in_the_know .column .LargeText {
           font-family: Tahoma, sans-serif;
           font-size: 48px;
        }

        .thrive_in_the_know .column .HugeText {
           font-size: 80px;
           font-family: 'Playfair Display';
        }

        .thrive_in_the_know .column .Mid-sizeText {
           font-size: 24px;
           font-family: Georgia, serif;
        }

    /*links*/

        .thrive_in_the_know .column a {
        }

    /*headers*/

        .thrive_in_the_know .column h1 {
           font-family: 'Barlow Condensed';
           font-size: 28px;
        }

        .thrive_in_the_know .column h2 {
           font-family: 'Barlow Condensed';
           font-size: 22px;
        }

        .thrive_in_the_know .column h3 {
           font-family: 'Mulish';
           font-size: 20px;
        }

        .thrive_in_the_know .column h4 {
           font-family: 'Mulish';
           font-size: 28px;
        }

        .thrive_in_the_know .column h5 {
           font-family: Impact, sans-serif;
           font-size: 22px;
        }

        .thrive_in_the_know .column h6 {
           font-family: 'Barlow Condensed';
           font-size: 24px;
        }

    /*images*/

        .thrive_in_the_know .column img.image-default {
           max-width: 100;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           alignment: center;
           margin-left: autopx;
           margin-right: autopx;
           overflow: hidden;
           box-sizing: border-box;
        }

    /*lists*/

        .thrive_in_the_know .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-shared: 0;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*containers*/

        .thrive_in_the_know .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

        .thrive_in_the_know .column div.layoutitem-default {
           padding: 0;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
        }

