/***********************************
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 {
        }

/***********************************
American Standard Ad
***********************************/

    /*paragraphs*/

        .american_standard_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .american_standard_ad .column a {
        }

    /*headers*/

        .american_standard_ad .column h1 {
        }

        .american_standard_ad .column h2 {
        }

        .american_standard_ad .column h3 {
        }

        .american_standard_ad .column h4 {
        }

        .american_standard_ad .column h5 {
        }

        .american_standard_ad .column h6 {
        }

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

    /*paragraphs*/

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

        .contents .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .contents .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

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

        .contents .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .contents .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*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 .Red {
           color: #ef454c;
        }

        .contents .column .Lilac {
           color: #d69ac5;
        }

        .contents .column .Blue {
           color: #1f80b2;
        }

        .contents .column .NavyBlue {
           color: #485ca9;
        }

        .contents .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .contents .column .Green {
           color: #00b0a3;
        }

        .contents .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .contents .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .contents .column .pink {
           color: #f0649a;
        }

        .contents .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .contents .column .orange {
           color: #f0464c;
        }

        .contents .column .avocadogreen {
           color: #7ca42e;
        }

        .contents .column .lightblue {
           color: #56b9d8;
        }

        .contents .column .salmon {
           color: #faac74;
        }

    /*links*/

        .contents .column a {
        }

    /*headers*/

        .contents .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .contents .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .contents .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .contents .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .contents .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .contents .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*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: ;
        }

/***********************************
Minted Ad
***********************************/

    /*paragraphs*/

        .minted_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .minted_ad .column a {
        }

    /*headers*/

        .minted_ad .column h1 {
        }

        .minted_ad .column h2 {
        }

        .minted_ad .column h3 {
        }

        .minted_ad .column h4 {
        }

        .minted_ad .column h5 {
        }

        .minted_ad .column h6 {
        }

/***********************************
Editor's Note
***********************************/

    /*paragraphs*/

        .editors_note .column p {
           font-family: 'Roboto';
        }

        .editors_note .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .editors_note .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .editors_note .column p.CenteredText {
           text-align: center;
        }

        .editors_note .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .editors_note .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .editors_note .column .Red {
           color: #ef454c;
        }

        .editors_note .column .Lilac {
           color: #d69ac5;
        }

        .editors_note .column .Blue {
           color: #1f80b2;
        }

        .editors_note .column .NavyBlue {
           color: #485ca9;
        }

        .editors_note .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .editors_note .column .Green {
           color: #00b0a3;
        }

        .editors_note .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .editors_note .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .editors_note .column .pink {
           color: #f0649a;
        }

        .editors_note .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .editors_note .column .orange {
           color: #f0464c;
        }

        .editors_note .column .avocadogreen {
           color: #7ca42e;
        }

        .editors_note .column .lightblue {
           color: #56b9d8;
        }

        .editors_note .column .salmon {
           color: #faac74;
        }

    /*links*/

        .editors_note .column a {
        }

    /*headers*/

        .editors_note .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .editors_note .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .editors_note .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .editors_note .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .editors_note .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .editors_note .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .editors_note .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_note .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_note .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

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

/***********************************
Minted 2 Ad
***********************************/

    /*paragraphs*/

        .minted_2_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .minted_2_ad .column a {
        }

    /*headers*/

        .minted_2_ad .column h1 {
        }

        .minted_2_ad .column h2 {
        }

        .minted_2_ad .column h3 {
        }

        .minted_2_ad .column h4 {
        }

        .minted_2_ad .column h5 {
        }

        .minted_2_ad .column h6 {
        }

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

    /*paragraphs*/

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

        .masthead .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .masthead .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

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

        .masthead .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .masthead .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*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 .Red {
           color: #ef454c;
        }

        .masthead .column .Lilac {
           color: #d69ac5;
        }

        .masthead .column .Blue {
           color: #1f80b2;
        }

        .masthead .column .NavyBlue {
           color: #485ca9;
        }

        .masthead .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .masthead .column .Green {
           color: #00b0a3;
        }

        .masthead .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .masthead .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .masthead .column .pink {
           color: #f0649a;
        }

        .masthead .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .masthead .column .orange {
           color: #f0464c;
        }

        .masthead .column .avocadogreen {
           color: #7ca42e;
        }

        .masthead .column .lightblue {
           color: #56b9d8;
        }

        .masthead .column .salmon {
           color: #faac74;
        }

    /*links*/

        .masthead .column a {
        }

    /*headers*/

        .masthead .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .masthead .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .masthead .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .masthead .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .masthead .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .masthead .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*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: ;
        }

/***********************************
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 {
        }

/***********************************
Contributors
***********************************/

    /*paragraphs*/

        .contributors .column p {
           font-family: 'Roboto';
        }

        .contributors .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .contributors .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .contributors .column p.CenteredText {
           text-align: center;
        }

        .contributors .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .contributors .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .contributors .column .Red {
           color: #ef454c;
        }

        .contributors .column .Lilac {
           color: #d69ac5;
        }

        .contributors .column .Blue {
           color: #1f80b2;
        }

        .contributors .column .NavyBlue {
           color: #485ca9;
        }

        .contributors .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .contributors .column .Green {
           color: #00b0a3;
        }

        .contributors .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .contributors .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .contributors .column .pink {
           color: #f0649a;
        }

        .contributors .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .contributors .column .orange {
           color: #f0464c;
        }

        .contributors .column .avocadogreen {
           color: #7ca42e;
        }

        .contributors .column .lightblue {
           color: #56b9d8;
        }

        .contributors .column .salmon {
           color: #faac74;
        }

    /*links*/

        .contributors .column a {
        }

    /*headers*/

        .contributors .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .contributors .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .contributors .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .contributors .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .contributors .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .contributors .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .contributors .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*/

        .contributors .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*/

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

    /*layoutitems*/

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

/***********************************
San Diego Zoo Ad
***********************************/

    /*paragraphs*/

        .san_diego_zoo_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .san_diego_zoo_ad .column a {
        }

    /*headers*/

        .san_diego_zoo_ad .column h1 {
        }

        .san_diego_zoo_ad .column h2 {
        }

        .san_diego_zoo_ad .column h3 {
        }

        .san_diego_zoo_ad .column h4 {
        }

        .san_diego_zoo_ad .column h5 {
        }

        .san_diego_zoo_ad .column h6 {
        }

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

    /*paragraphs*/

        .cheerios_1_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .cheerios_1_ad .column a {
        }

    /*headers*/

        .cheerios_1_ad .column h1 {
        }

        .cheerios_1_ad .column h2 {
        }

        .cheerios_1_ad .column h3 {
        }

        .cheerios_1_ad .column h4 {
        }

        .cheerios_1_ad .column h5 {
        }

        .cheerios_1_ad .column h6 {
        }

/***********************************
Real Simple Everywhere
***********************************/

    /*headers*/

        .real_simple_everywhere .column h6 {
        }

        .real_simple_everywhere .column h5 {
        }

        .real_simple_everywhere .column h4 {
        }

        .real_simple_everywhere .column h3 {
        }

        .real_simple_everywhere .column h2 {
        }

        .real_simple_everywhere .column h1 {
        }

    /*links*/

        .real_simple_everywhere .column a {
        }

    /*inlines*/

        .real_simple_everywhere .column .Green {
           color: #00b0a3;
        }

        .real_simple_everywhere .column .SalmonBG {
           color: #ffffff;
           background-color: #f79e92;
        }

        .real_simple_everywhere .column .NavyBlue {
           color: #485ca9;
        }

        .real_simple_everywhere .column .HugeLowercase {
           text-transform: lowercase;
           font-size: 48px;
        }

        .real_simple_everywhere .column .Blue {
           color: #1f80b2;
        }

        .real_simple_everywhere .column .Lilac {
           color: #d69ac5;
        }

        .real_simple_everywhere .column .Red {
           color: #ef454c;
        }

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

    /*paragraphs*/

        .real_simple_everywhere .column p.H2Centered {
           text-align: center;
           font-size: 28px;
        }

        .real_simple_everywhere .column p.CenteredText {
           text-align: center;
        }

        .real_simple_everywhere .column p.CenteredText {
           text-align: center;
        }

        .real_simple_everywhere .column p.PullQuote {
           text-align: center;
           font-size: 24px;
        }

        .real_simple_everywhere .column p.Credits {
           font-family: Palatino;
        }

        .real_simple_everywhere .column p {
        }

    /*images*/

        .real_simple_everywhere .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*/

        .real_simple_everywhere .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*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

        .cheerios_2_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .cheerios_2_ad .column a {
        }

    /*headers*/

        .cheerios_2_ad .column h1 {
        }

        .cheerios_2_ad .column h2 {
        }

        .cheerios_2_ad .column h3 {
        }

        .cheerios_2_ad .column h4 {
        }

        .cheerios_2_ad .column h5 {
        }

        .cheerios_2_ad .column h6 {
        }

/***********************************
Your Words - What oddly specific thing are you thankful for this year?
***********************************/

    /*paragraphs*/

        .your_words_specific_thanks .column p {
           font-family: 'Roboto';
        }

        .your_words_specific_thanks .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .your_words_specific_thanks .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .your_words_specific_thanks .column p.CenteredText {
           text-align: center;
        }

        .your_words_specific_thanks .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .your_words_specific_thanks .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .your_words_specific_thanks .column .Red {
           color: #ef454c;
        }

        .your_words_specific_thanks .column .Lilac {
           color: #d69ac5;
        }

        .your_words_specific_thanks .column .Blue {
           color: #1f80b2;
        }

        .your_words_specific_thanks .column .NavyBlue {
           color: #485ca9;
        }

        .your_words_specific_thanks .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .your_words_specific_thanks .column .Green {
           color: #00b0a3;
        }

        .your_words_specific_thanks .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .your_words_specific_thanks .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .your_words_specific_thanks .column .pink {
           color: #f0649a;
        }

        .your_words_specific_thanks .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .your_words_specific_thanks .column .orange {
           color: #f0464c;
        }

        .your_words_specific_thanks .column .avocadogreen {
           color: #7ca42e;
        }

        .your_words_specific_thanks .column .lightblue {
           color: #56b9d8;
        }

        .your_words_specific_thanks .column .salmon {
           color: #faac74;
        }

    /*links*/

        .your_words_specific_thanks .column a {
        }

    /*headers*/

        .your_words_specific_thanks .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .your_words_specific_thanks .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .your_words_specific_thanks .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .your_words_specific_thanks .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .your_words_specific_thanks .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .your_words_specific_thanks .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .your_words_specific_thanks .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*/

        .your_words_specific_thanks .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*/

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

    /*layoutitems*/

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

/***********************************
Gift Back Ad
***********************************/

    /*paragraphs*/

        .gift_back_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .gift_back_ad .column a {
        }

    /*headers*/

        .gift_back_ad .column h1 {
        }

        .gift_back_ad .column h2 {
        }

        .gift_back_ad .column h3 {
        }

        .gift_back_ad .column h4 {
        }

        .gift_back_ad .column h5 {
        }

        .gift_back_ad .column h6 {
        }

/***********************************
Stuff We Love - Room for Pie & Roll With It
***********************************/

    /*paragraphs*/

        .swl_room_for_pie .column p {
           font-family: 'Roboto';
        }

        .swl_room_for_pie .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .swl_room_for_pie .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .swl_room_for_pie .column p.CenteredText {
           text-align: center;
        }

        .swl_room_for_pie .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .swl_room_for_pie .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .swl_room_for_pie .column .Red {
           color: #ef454c;
        }

        .swl_room_for_pie .column .Lilac {
           color: #d69ac5;
        }

        .swl_room_for_pie .column .Blue {
           color: #1f80b2;
        }

        .swl_room_for_pie .column .NavyBlue {
           color: #485ca9;
        }

        .swl_room_for_pie .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .swl_room_for_pie .column .Green {
           color: #00b0a3;
        }

        .swl_room_for_pie .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .swl_room_for_pie .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .swl_room_for_pie .column .pink {
           color: #f0649a;
        }

        .swl_room_for_pie .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .swl_room_for_pie .column .orange {
           color: #f0464c;
        }

        .swl_room_for_pie .column .avocadogreen {
           color: #7ca42e;
        }

        .swl_room_for_pie .column .lightblue {
           color: #56b9d8;
        }

        .swl_room_for_pie .column .salmon {
           color: #faac74;
        }

    /*links*/

        .swl_room_for_pie .column a {
        }

    /*headers*/

        .swl_room_for_pie .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .swl_room_for_pie .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .swl_room_for_pie .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .swl_room_for_pie .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .swl_room_for_pie .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .swl_room_for_pie .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .swl_room_for_pie .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*/

        .swl_room_for_pie .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*/

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

    /*layoutitems*/

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

/***********************************
OXO Ad
***********************************/

    /*paragraphs*/

        .oxo_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .oxo_ad .column a {
        }

    /*headers*/

        .oxo_ad .column h1 {
        }

        .oxo_ad .column h2 {
        }

        .oxo_ad .column h3 {
        }

        .oxo_ad .column h4 {
        }

        .oxo_ad .column h5 {
        }

        .oxo_ad .column h6 {
        }

/***********************************
Real Simple Half Ad
***********************************/

    /*paragraphs*/

        .real_simple_half_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .real_simple_half_ad .column a {
        }

    /*headers*/

        .real_simple_half_ad .column h1 {
        }

        .real_simple_half_ad .column h2 {
        }

        .real_simple_half_ad .column h3 {
        }

        .real_simple_half_ad .column h4 {
        }

        .real_simple_half_ad .column h5 {
        }

        .real_simple_half_ad .column h6 {
        }

/***********************************
Stuff We Love - Cranberry Pie & Book List
***********************************/

    /*paragraphs*/

        .swl_pie_and_book_list .column p {
           font-family: 'Roboto';
        }

        .swl_pie_and_book_list .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .swl_pie_and_book_list .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .swl_pie_and_book_list .column p.CenteredText {
           text-align: center;
        }

        .swl_pie_and_book_list .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .swl_pie_and_book_list .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .swl_pie_and_book_list .column .Red {
           color: #ef454c;
        }

        .swl_pie_and_book_list .column .Lilac {
           color: #d69ac5;
        }

        .swl_pie_and_book_list .column .Blue {
           color: #1f80b2;
        }

        .swl_pie_and_book_list .column .NavyBlue {
           color: #485ca9;
        }

        .swl_pie_and_book_list .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .swl_pie_and_book_list .column .Green {
           color: #00b0a3;
        }

        .swl_pie_and_book_list .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .swl_pie_and_book_list .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .swl_pie_and_book_list .column .pink {
           color: #f0649a;
        }

        .swl_pie_and_book_list .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .swl_pie_and_book_list .column .orange {
           color: #f0464c;
        }

        .swl_pie_and_book_list .column .avocadogreen {
           color: #7ca42e;
        }

        .swl_pie_and_book_list .column .lightblue {
           color: #56b9d8;
        }

        .swl_pie_and_book_list .column .salmon {
           color: #faac74;
        }

    /*links*/

        .swl_pie_and_book_list .column a {
        }

    /*headers*/

        .swl_pie_and_book_list .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .swl_pie_and_book_list .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .swl_pie_and_book_list .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .swl_pie_and_book_list .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .swl_pie_and_book_list .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .swl_pie_and_book_list .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .swl_pie_and_book_list .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*/

        .swl_pie_and_book_list .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*/

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

    /*layoutitems*/

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

/***********************************
Karo Corn Syrup Ad
***********************************/

    /*paragraphs*/

        .karo_corn_syrup_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .karo_corn_syrup_ad .column a {
        }

    /*headers*/

        .karo_corn_syrup_ad .column h1 {
        }

        .karo_corn_syrup_ad .column h2 {
        }

        .karo_corn_syrup_ad .column h3 {
        }

        .karo_corn_syrup_ad .column h4 {
        }

        .karo_corn_syrup_ad .column h5 {
        }

        .karo_corn_syrup_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 {
        }

/***********************************
Stuff We Love - Food Allergies & All Dolled Up
***********************************/

    /*paragraphs*/

        .swl_allergies_and_makeup .column p {
        }

    /*inlines*/

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

        .swl_allergies_and_makeup .column .Title {
           font-family: Tahoma, sans-serif;
           color: #000000;
           font-size: 38px;
        }

        .swl_allergies_and_makeup .column .RedSubtitle {
           font-family: Tahoma, sans-serif;
           color: #ff6286;
           font-size: 19px;
        }

        .swl_allergies_and_makeup .column .blacksubtitle {
        }

    /*links*/

        .swl_allergies_and_makeup .column a {
        }

    /*headers*/

        .swl_allergies_and_makeup .column h1 {
        }

        .swl_allergies_and_makeup .column h2 {
        }

        .swl_allergies_and_makeup .column h3 {
        }

        .swl_allergies_and_makeup .column h4 {
        }

        .swl_allergies_and_makeup .column h5 {
        }

        .swl_allergies_and_makeup .column h6 {
        }

/***********************************
Celebrate Ad
***********************************/

    /*paragraphs*/

        .celebrate_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .celebrate_ad .column a {
        }

    /*headers*/

        .celebrate_ad .column h1 {
        }

        .celebrate_ad .column h2 {
        }

        .celebrate_ad .column h3 {
        }

        .celebrate_ad .column h4 {
        }

        .celebrate_ad .column h5 {
        }

        .celebrate_ad .column h6 {
        }

/***********************************
Magazine Advisers Ad
***********************************/

    /*paragraphs*/

        .magazine_advisers_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .magazine_advisers_ad .column a {
        }

    /*headers*/

        .magazine_advisers_ad .column h1 {
        }

        .magazine_advisers_ad .column h2 {
        }

        .magazine_advisers_ad .column h3 {
        }

        .magazine_advisers_ad .column h4 {
        }

        .magazine_advisers_ad .column h5 {
        }

        .magazine_advisers_ad .column h6 {
        }

/***********************************
Real Simple Gift Bag Ad
***********************************/

    /*paragraphs*/

        .rs_gift_bag_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .rs_gift_bag_ad .column a {
        }

    /*headers*/

        .rs_gift_bag_ad .column h1 {
        }

        .rs_gift_bag_ad .column h2 {
        }

        .rs_gift_bag_ad .column h3 {
        }

        .rs_gift_bag_ad .column h4 {
        }

        .rs_gift_bag_ad .column h5 {
        }

        .rs_gift_bag_ad .column h6 {
        }

/***********************************
Minted + Bride Ad
***********************************/

    /*paragraphs*/

        .minted_bride_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .minted_bride_ad .column a {
        }

    /*headers*/

        .minted_bride_ad .column h1 {
        }

        .minted_bride_ad .column h2 {
        }

        .minted_bride_ad .column h3 {
        }

        .minted_bride_ad .column h4 {
        }

        .minted_bride_ad .column h5 {
        }

        .minted_bride_ad .column h6 {
        }

/***********************************
St Jude Ad
***********************************/

    /*paragraphs*/

        .st_jude_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .st_jude_ad .column a {
        }

    /*headers*/

        .st_jude_ad .column h1 {
        }

        .st_jude_ad .column h2 {
        }

        .st_jude_ad .column h3 {
        }

        .st_jude_ad .column h4 {
        }

        .st_jude_ad .column h5 {
        }

        .st_jude_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 {
        }

/***********************************
How to Do Things - Turkey Time
***********************************/

    /*paragraphs*/

        .htdt_turkey_time .column p {
           font-family: 'Roboto';
        }

        .htdt_turkey_time .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .htdt_turkey_time .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .htdt_turkey_time .column p.CenteredText {
           text-align: center;
        }

        .htdt_turkey_time .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .htdt_turkey_time .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .htdt_turkey_time .column .Red {
           color: #ef454c;
        }

        .htdt_turkey_time .column .Lilac {
           color: #d69ac5;
        }

        .htdt_turkey_time .column .Blue {
           color: #1f80b2;
        }

        .htdt_turkey_time .column .NavyBlue {
           color: #485ca9;
        }

        .htdt_turkey_time .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .htdt_turkey_time .column .Green {
           color: #00b0a3;
        }

        .htdt_turkey_time .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .htdt_turkey_time .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .htdt_turkey_time .column .pink {
           color: #f0649a;
        }

        .htdt_turkey_time .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .htdt_turkey_time .column .orange {
           color: #f0464c;
        }

        .htdt_turkey_time .column .avocadogreen {
           color: #7ca42e;
        }

        .htdt_turkey_time .column .lightblue {
           color: #56b9d8;
        }

        .htdt_turkey_time .column .salmon {
           color: #faac74;
        }

        .htdt_turkey_time .column .title {
           font-family: Arial Black, sans-serif;
           color: #000000;
           font-size: 30px;
        }

        .htdt_turkey_time .column .Orange {
           font-family: Tahoma, sans-serif;
           color: rgba(255, 83, 0, 0.98);
           font-size: 16px;
           font-weight: bold;
        }

        .htdt_turkey_time .column .black {
           font-family: Tahoma, sans-serif;
           color: #000000;
        }

    /*links*/

        .htdt_turkey_time .column a {
        }

    /*headers*/

        .htdt_turkey_time .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .htdt_turkey_time .column h2 {
           font-size: 16px;
           font-family: Times, serif;
           letter-spacing: 0px;
           color: #000000;
        }

        .htdt_turkey_time .column h3 {
           font-size: 22px;
           font-family: Tahoma, sans-serif;
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .htdt_turkey_time .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .htdt_turkey_time .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .htdt_turkey_time .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .htdt_turkey_time .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*/

        .htdt_turkey_time .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*/

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

    /*layoutitems*/

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

/***********************************
How to Do Things - Feast-Worthy Wines
***********************************/

    /*paragraphs*/

        .htdt_feast_worthy_wines .column p {
           font-family: 'Roboto';
        }

        .htdt_feast_worthy_wines .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .htdt_feast_worthy_wines .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .htdt_feast_worthy_wines .column p.CenteredText {
           text-align: center;
        }

        .htdt_feast_worthy_wines .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .htdt_feast_worthy_wines .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .htdt_feast_worthy_wines .column .Red {
           color: #ef454c;
        }

        .htdt_feast_worthy_wines .column .Lilac {
           color: #d69ac5;
        }

        .htdt_feast_worthy_wines .column .Blue {
           color: #1f80b2;
        }

        .htdt_feast_worthy_wines .column .NavyBlue {
           color: #485ca9;
           font-family: Tahoma, sans-serif;
        }

        .htdt_feast_worthy_wines .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .htdt_feast_worthy_wines .column .Green {
           color: #00b0a3;
        }

        .htdt_feast_worthy_wines .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .htdt_feast_worthy_wines .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .htdt_feast_worthy_wines .column .pink {
           color: #f0649a;
        }

        .htdt_feast_worthy_wines .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .htdt_feast_worthy_wines .column .orange {
           color: #f0464c;
        }

        .htdt_feast_worthy_wines .column .avocadogreen {
           color: #7ca42e;
        }

        .htdt_feast_worthy_wines .column .lightblue {
           color: #56b9d8;
        }

        .htdt_feast_worthy_wines .column .salmon {
           color: #faac74;
        }

        .htdt_feast_worthy_wines .column .PeachFont {
           font-family: Tahoma, sans-serif;
           color: #ff7e66;
           font-weight: bold;
        }

        .htdt_feast_worthy_wines .column .Title {
           font-family: Helvetica, sans-serif;
           color: #000000;
           font-size: 40px;
        }

        .htdt_feast_worthy_wines .column .RedFont {
           font-family: Tahoma, sans-serif;
           color: #da2f2f;
           font-size: 20px;
        }

        .htdt_feast_worthy_wines .column .NBlue {
           font-family: Tahoma, sans-serif;
           color: #485ca9;
        }

    /*links*/

        .htdt_feast_worthy_wines .column a {
        }

    /*headers*/

        .htdt_feast_worthy_wines .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .htdt_feast_worthy_wines .column h2 {
           font-size: 16px;
           font-family: Times, serif;
           letter-spacing: 0px;
           color: #000000;
        }

        .htdt_feast_worthy_wines .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .htdt_feast_worthy_wines .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .htdt_feast_worthy_wines .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .htdt_feast_worthy_wines .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .htdt_feast_worthy_wines .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*/

        .htdt_feast_worthy_wines .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*/

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

    /*layoutitems*/

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

/***********************************
How to Do Things - Food Storage Containers & Spice Organization
***********************************/

    /*paragraphs*/

        .htdt_food_containers .column p {
           font-family: 'Roboto';
        }

        .htdt_food_containers .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .htdt_food_containers .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .htdt_food_containers .column p.CenteredText {
           text-align: center;
        }

        .htdt_food_containers .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .htdt_food_containers .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .htdt_food_containers .column .Red {
           color: #ef454c;
        }

        .htdt_food_containers .column .Lilac {
           color: #d69ac5;
        }

        .htdt_food_containers .column .Blue {
           color: #1f80b2;
        }

        .htdt_food_containers .column .NavyBlue {
           color: #485ca9;
        }

        .htdt_food_containers .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .htdt_food_containers .column .Green {
           color: #00b0a3;
           font-family: Tahoma, sans-serif;
           font-weight: bold;
        }

        .htdt_food_containers .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .htdt_food_containers .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .htdt_food_containers .column .pink {
           color: #f0649a;
        }

        .htdt_food_containers .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .htdt_food_containers .column .orange {
           color: #f0464c;
        }

        .htdt_food_containers .column .avocadogreen {
           color: #7ca42e;
        }

        .htdt_food_containers .column .lightblue {
           color: #56b9d8;
        }

        .htdt_food_containers .column .salmon {
           color: #faac74;
        }

        .htdt_food_containers .column .redfont {
           font-family: Tahoma, sans-serif;
           color: rgba(243, 0, 0, 0.98);
           font-weight: bold;
        }

        .htdt_food_containers .column .titleblack {
           font-family: Arial Black, sans-serif;
           color: rgba(0, 0, 0, 0.96);
           font-size: 30px;
        }

    /*links*/

        .htdt_food_containers .column a {
        }

    /*headers*/

        .htdt_food_containers .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .htdt_food_containers .column h2 {
           font-size: 16px;
           font-family: Tahoma, sans-serif;
           letter-spacing: 0px;
           color: #000000;
        }

        .htdt_food_containers .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .htdt_food_containers .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .htdt_food_containers .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .htdt_food_containers .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .htdt_food_containers .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*/

        .htdt_food_containers .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*/

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

    /*layoutitems*/

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

/***********************************
McCormick Ad
***********************************/

    /*paragraphs*/

        .mccormick_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .mccormick_ad .column a {
        }

    /*headers*/

        .mccormick_ad .column h1 {
        }

        .mccormick_ad .column h2 {
        }

        .mccormick_ad .column h3 {
        }

        .mccormick_ad .column h4 {
        }

        .mccormick_ad .column h5 {
        }

        .mccormick_ad .column h6 {
        }

/***********************************
How to Do Things - Dude Where's My Car
***********************************/

    /*paragraphs*/

        .htdt_dude_wheres_my_car .column p {
           font-family: 'Roboto';
        }

        .htdt_dude_wheres_my_car .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .htdt_dude_wheres_my_car .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .htdt_dude_wheres_my_car .column p.CenteredText {
           text-align: center;
        }

        .htdt_dude_wheres_my_car .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .htdt_dude_wheres_my_car .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .htdt_dude_wheres_my_car .column .Red {
           color: #ef454c;
        }

        .htdt_dude_wheres_my_car .column .Lilac {
           color: #d69ac5;
        }

        .htdt_dude_wheres_my_car .column .Blue {
           color: #1f80b2;
        }

        .htdt_dude_wheres_my_car .column .NavyBlue {
           color: #485ca9;
        }

        .htdt_dude_wheres_my_car .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .htdt_dude_wheres_my_car .column .Green {
           color: #00b0a3;
        }

        .htdt_dude_wheres_my_car .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .htdt_dude_wheres_my_car .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .htdt_dude_wheres_my_car .column .pink {
           color: #f0649a;
        }

        .htdt_dude_wheres_my_car .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .htdt_dude_wheres_my_car .column .orange {
           color: #f0464c;
        }

        .htdt_dude_wheres_my_car .column .avocadogreen {
           color: #7ca42e;
        }

        .htdt_dude_wheres_my_car .column .lightblue {
           color: #56b9d8;
        }

        .htdt_dude_wheres_my_car .column .salmon {
           color: #faac74;
        }

        .htdt_dude_wheres_my_car .column .title {
           font-family: Helvetica, sans-serif;
           color: #000000;
           font-size: 40px;
        }

        .htdt_dude_wheres_my_car .column .pinkfont {
           font-family: Tahoma, sans-serif;
           color: #fa6e94;
           font-size: 16px;
           font-weight: bold;
        }

    /*links*/

        .htdt_dude_wheres_my_car .column a {
        }

    /*headers*/

        .htdt_dude_wheres_my_car .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 40px;
           letter-spacing: 0px;
           color: #000000;
        }

        .htdt_dude_wheres_my_car .column h2 {
           font-size: 16px;
           font-family: Times, serif;
           letter-spacing: 0px;
        }

        .htdt_dude_wheres_my_car .column h3 {
           font-size: 18px;
           font-family: Tahoma, sans-serif;
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
           color: #f3729c;
        }

        .htdt_dude_wheres_my_car .column h4 {
           font-family: Tahoma, sans-serif;
           font-size: 20px;
           color: #ea7a7a;
           font-weight: bold;
        }

        .htdt_dude_wheres_my_car .column h5 {
           font-family: Tahoma, sans-serif;
           font-size: 24px;
           color: #d080d6;
        }

        .htdt_dude_wheres_my_car .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .htdt_dude_wheres_my_car .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*/

        .htdt_dude_wheres_my_car .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*/

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

    /*layoutitems*/

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

/***********************************
Purina Cat 1 Ad
***********************************/

    /*paragraphs*/

        .purina_cat_1_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .purina_cat_1_ad .column a {
        }

    /*headers*/

        .purina_cat_1_ad .column h1 {
        }

        .purina_cat_1_ad .column h2 {
        }

        .purina_cat_1_ad .column h3 {
        }

        .purina_cat_1_ad .column h4 {
        }

        .purina_cat_1_ad .column h5 {
        }

        .purina_cat_1_ad .column h6 {
        }

/***********************************
Purina Cat 2 Ad
***********************************/

    /*paragraphs*/

        .purina_cat_2_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .purina_cat_2_ad .column a {
        }

    /*headers*/

        .purina_cat_2_ad .column h1 {
        }

        .purina_cat_2_ad .column h2 {
        }

        .purina_cat_2_ad .column h3 {
        }

        .purina_cat_2_ad .column h4 {
        }

        .purina_cat_2_ad .column h5 {
        }

        .purina_cat_2_ad .column h6 {
        }

/***********************************
Ensure Ad
***********************************/

    /*paragraphs*/

        .ensure_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .ensure_ad .column a {
        }

    /*headers*/

        .ensure_ad .column h1 {
        }

        .ensure_ad .column h2 {
        }

        .ensure_ad .column h3 {
        }

        .ensure_ad .column h4 {
        }

        .ensure_ad .column h5 {
        }

        .ensure_ad .column h6 {
        }

/***********************************
Minor Issues, Major Opinions Ad
***********************************/

    /*paragraphs*/

        .minor_issues_major_opinions .column p {
        }

    /*inlines*/

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

    /*links*/

        .minor_issues_major_opinions .column a {
        }

    /*headers*/

        .minor_issues_major_opinions .column h1 {
        }

        .minor_issues_major_opinions .column h2 {
        }

        .minor_issues_major_opinions .column h3 {
        }

        .minor_issues_major_opinions .column h4 {
        }

        .minor_issues_major_opinions .column h5 {
        }

        .minor_issues_major_opinions .column h6 {
        }

/***********************************
How We Live - How to Organize
***********************************/

    /*paragraphs*/

        .hwl_how_to_organize .column p {
           font-family: 'Roboto';
        }

        .hwl_how_to_organize .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .hwl_how_to_organize .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .hwl_how_to_organize .column p.CenteredText {
           text-align: center;
        }

        .hwl_how_to_organize .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .hwl_how_to_organize .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .hwl_how_to_organize .column .Red {
           color: #ef454c;
        }

        .hwl_how_to_organize .column .Lilac {
           color: #d69ac5;
        }

        .hwl_how_to_organize .column .Blue {
           color: #1f80b2;
        }

        .hwl_how_to_organize .column .NavyBlue {
           color: #485ca9;
        }

        .hwl_how_to_organize .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .hwl_how_to_organize .column .Green {
           color: #00b0a3;
        }

        .hwl_how_to_organize .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .hwl_how_to_organize .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .hwl_how_to_organize .column .pink {
           color: #f0649a;
        }

        .hwl_how_to_organize .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .hwl_how_to_organize .column .orange {
           color: #f0464c;
        }

        .hwl_how_to_organize .column .avocadogreen {
           color: #7ca42e;
        }

        .hwl_how_to_organize .column .lightblue {
           color: #56b9d8;
        }

        .hwl_how_to_organize .column .salmon {
           color: #faac74;
        }

        .hwl_how_to_organize .column .Yellow {
           color: #ea9917;
        }

        .hwl_how_to_organize .column .Lightblue {
           color: #00b4ed;
        }

        .hwl_how_to_organize .column .Purple {
           color: #6f3f9a;
        }

    /*links*/

        .hwl_how_to_organize .column a {
        }

    /*headers*/

        .hwl_how_to_organize .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .hwl_how_to_organize .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .hwl_how_to_organize .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .hwl_how_to_organize .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .hwl_how_to_organize .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .hwl_how_to_organize .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .hwl_how_to_organize .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*/

        .hwl_how_to_organize .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*/

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

    /*layoutitems*/

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

/***********************************
Real Simple & Tips N Trends Ad
***********************************/

    /*paragraphs*/

        .real_simple_tips_n_trends_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .real_simple_tips_n_trends_ad .column a {
        }

    /*headers*/

        .real_simple_tips_n_trends_ad .column h1 {
        }

        .real_simple_tips_n_trends_ad .column h2 {
        }

        .real_simple_tips_n_trends_ad .column h3 {
        }

        .real_simple_tips_n_trends_ad .column h4 {
        }

        .real_simple_tips_n_trends_ad .column h5 {
        }

        .real_simple_tips_n_trends_ad .column h6 {
        }

/***********************************
How We Live - Modern Manners
***********************************/

    /*headers*/

        .hwl_modern_manners .column h6 {
        }

        .hwl_modern_manners .column h5 {
        }

        .hwl_modern_manners .column h4 {
        }

        .hwl_modern_manners .column h3 {
        }

        .hwl_modern_manners .column h2 {
        }

        .hwl_modern_manners .column h1 {
        }

    /*links*/

        .hwl_modern_manners .column a {
        }

    /*inlines*/

        .hwl_modern_manners .column .Green {
           color: #00b0a3;
        }

        .hwl_modern_manners .column .SalmonBG {
           color: #ffffff;
           background-color: #f79e92;
        }

        .hwl_modern_manners .column .NavyBlue {
           color: #485ca9;
        }

        .hwl_modern_manners .column .HugeLowercase {
           text-transform: lowercase;
           font-size: 48px;
        }

        .hwl_modern_manners .column .Blue {
           color: #1f80b2;
        }

        .hwl_modern_manners .column .Lilac {
           color: #d69ac5;
        }

        .hwl_modern_manners .column .Red {
           color: #ef454c;
        }

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

    /*paragraphs*/

        .hwl_modern_manners .column p.H2Centered {
           text-align: center;
           font-size: 28px;
        }

        .hwl_modern_manners .column p.CenteredText {
           text-align: center;
        }

        .hwl_modern_manners .column p.CenteredText {
           text-align: center;
        }

        .hwl_modern_manners .column p.PullQuote {
           text-align: center;
           font-size: 24px;
        }

        .hwl_modern_manners .column p.Credits {
           font-family: Palatino;
        }

        .hwl_modern_manners .column p {
        }

    /*images*/

        .hwl_modern_manners .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*/

        .hwl_modern_manners .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*/

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

    /*layoutitems*/

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

/***********************************
How We Live - Sticker Mania & Giving Thanks
***********************************/

    /*paragraphs*/

        .hwl_sticker_mania_giving_than .column p {
           font-family: 'Roboto';
        }

        .hwl_sticker_mania_giving_than .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .hwl_sticker_mania_giving_than .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .hwl_sticker_mania_giving_than .column p.CenteredText {
           text-align: center;
        }

        .hwl_sticker_mania_giving_than .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .hwl_sticker_mania_giving_than .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .hwl_sticker_mania_giving_than .column .Red {
           color: #ef454c;
        }

        .hwl_sticker_mania_giving_than .column .Lilac {
           color: #d69ac5;
        }

        .hwl_sticker_mania_giving_than .column .Blue {
           color: #1f80b2;
        }

        .hwl_sticker_mania_giving_than .column .NavyBlue {
           color: #485ca9;
        }

        .hwl_sticker_mania_giving_than .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .hwl_sticker_mania_giving_than .column .Green {
           color: #00b0a3;
        }

        .hwl_sticker_mania_giving_than .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .hwl_sticker_mania_giving_than .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .hwl_sticker_mania_giving_than .column .pink {
           color: #f0649a;
        }

        .hwl_sticker_mania_giving_than .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .hwl_sticker_mania_giving_than .column .orange {
           color: #f0464c;
        }

        .hwl_sticker_mania_giving_than .column .avocadogreen {
           color: #7ca42e;
        }

        .hwl_sticker_mania_giving_than .column .lightblue {
           color: #56b9d8;
        }

        .hwl_sticker_mania_giving_than .column .salmon {
           color: #faac74;
        }

    /*links*/

        .hwl_sticker_mania_giving_than .column a {
        }

    /*headers*/

        .hwl_sticker_mania_giving_than .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .hwl_sticker_mania_giving_than .column h2 {
           font-size: 14px;
           font-family: 'Roboto';
           letter-spacing: 0px;
           color: #ff0000;
        }

        .hwl_sticker_mania_giving_than .column h3 {
           font-size: 18px;
           font-family: Bookman, serif;
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .hwl_sticker_mania_giving_than .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .hwl_sticker_mania_giving_than .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .hwl_sticker_mania_giving_than .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .hwl_sticker_mania_giving_than .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*/

        .hwl_sticker_mania_giving_than .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*/

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

    /*layoutitems*/

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

/***********************************
Simple Extras Ad
***********************************/

    /*paragraphs*/

        .simple_extras_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .simple_extras_ad .column a {
        }

    /*headers*/

        .simple_extras_ad .column h1 {
        }

        .simple_extras_ad .column h2 {
        }

        .simple_extras_ad .column h3 {
        }

        .simple_extras_ad .column h4 {
        }

        .simple_extras_ad .column h5 {
        }

        .simple_extras_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 {
        }

/***********************************
How We Live - Gear Up
***********************************/

    /*paragraphs*/

        .hwl_gear_up .column p {
           font-family: 'Roboto';
        }

        .hwl_gear_up .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .hwl_gear_up .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .hwl_gear_up .column p.CenteredText {
           text-align: center;
        }

        .hwl_gear_up .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .hwl_gear_up .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .hwl_gear_up .column .Red {
           color: #ef454c;
        }

        .hwl_gear_up .column .Lilac {
           color: #d69ac5;
        }

        .hwl_gear_up .column .Blue {
           color: #1f80b2;
        }

        .hwl_gear_up .column .NavyBlue {
           color: #485ca9;
        }

        .hwl_gear_up .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .hwl_gear_up .column .Green {
           color: #00b0a3;
        }

        .hwl_gear_up .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .hwl_gear_up .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .hwl_gear_up .column .pink {
           color: #f0649a;
        }

        .hwl_gear_up .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .hwl_gear_up .column .orange {
           color: #f0464c;
        }

        .hwl_gear_up .column .avocadogreen {
           color: #7ca42e;
        }

        .hwl_gear_up .column .lightblue {
           color: #56b9d8;
        }

        .hwl_gear_up .column .salmon {
           color: #faac74;
        }

    /*links*/

        .hwl_gear_up .column a {
        }

    /*headers*/

        .hwl_gear_up .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .hwl_gear_up .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .hwl_gear_up .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .hwl_gear_up .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .hwl_gear_up .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .hwl_gear_up .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .hwl_gear_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*/

        .hwl_gear_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*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

        .glad_1_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .glad_1_ad .column a {
        }

    /*headers*/

        .glad_1_ad .column h1 {
        }

        .glad_1_ad .column h2 {
        }

        .glad_1_ad .column h3 {
        }

        .glad_1_ad .column h4 {
        }

        .glad_1_ad .column h5 {
        }

        .glad_1_ad .column h6 {
        }

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

    /*paragraphs*/

        .glad_2_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .glad_2_ad .column a {
        }

    /*headers*/

        .glad_2_ad .column h1 {
        }

        .glad_2_ad .column h2 {
        }

        .glad_2_ad .column h3 {
        }

        .glad_2_ad .column h4 {
        }

        .glad_2_ad .column h5 {
        }

        .glad_2_ad .column h6 {
        }

/***********************************
Get Turkey Day Done
***********************************/

    /*paragraphs*/

        .get_turkey_day_done .column p {
           font-family: 'Roboto';
        }

        .get_turkey_day_done .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .get_turkey_day_done .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .get_turkey_day_done .column p.CenteredText {
           text-align: center;
        }

        .get_turkey_day_done .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .get_turkey_day_done .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .get_turkey_day_done .column .Red {
           color: #ef454c;
        }

        .get_turkey_day_done .column .Lilac {
           color: #d69ac5;
        }

        .get_turkey_day_done .column .Blue {
           color: #1f80b2;
        }

        .get_turkey_day_done .column .NavyBlue {
           color: #485ca9;
        }

        .get_turkey_day_done .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .get_turkey_day_done .column .Green {
           color: #00b0a3;
        }

        .get_turkey_day_done .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .get_turkey_day_done .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .get_turkey_day_done .column .pink {
           color: #f0649a;
        }

        .get_turkey_day_done .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .get_turkey_day_done .column .orange {
           color: #f0464c;
        }

        .get_turkey_day_done .column .avocadogreen {
           color: #7ca42e;
        }

        .get_turkey_day_done .column .lightblue {
           color: #56b9d8;
        }

        .get_turkey_day_done .column .salmon {
           color: #faac74;
        }

    /*links*/

        .get_turkey_day_done .column a {
        }

    /*headers*/

        .get_turkey_day_done .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .get_turkey_day_done .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .get_turkey_day_done .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .get_turkey_day_done .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .get_turkey_day_done .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .get_turkey_day_done .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .get_turkey_day_done .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*/

        .get_turkey_day_done .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*/

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

    /*layoutitems*/

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

/***********************************
Come Together
***********************************/

    /*paragraphs*/

        .come_together .column p {
           font-family: 'Roboto';
        }

        .come_together .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .come_together .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .come_together .column p.CenteredText {
           text-align: center;
        }

        .come_together .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .come_together .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .come_together .column .Red {
           color: #ef454c;
        }

        .come_together .column .Lilac {
           color: #d69ac5;
        }

        .come_together .column .Blue {
           color: #1f80b2;
        }

        .come_together .column .NavyBlue {
           color: #485ca9;
        }

        .come_together .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .come_together .column .Green {
           color: #00b0a3;
        }

        .come_together .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .come_together .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .come_together .column .pink {
           color: #f0649a;
        }

        .come_together .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .come_together .column .orange {
           color: #f0464c;
        }

        .come_together .column .avocadogreen {
           color: #7ca42e;
        }

        .come_together .column .lightblue {
           color: #56b9d8;
        }

        .come_together .column .salmon {
           color: #faac74;
        }

        .come_together .column .LeafGreen {
           color: #4ba23e;
        }

    /*links*/

        .come_together .column a {
        }

    /*headers*/

        .come_together .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .come_together .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .come_together .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .come_together .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .come_together .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .come_together .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .come_together .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*/

        .come_together .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*/

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

    /*layoutitems*/

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

/***********************************
All Set
***********************************/

    /*paragraphs*/

        .all_set .column p {
           font-family: 'Roboto';
        }

        .all_set .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .all_set .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .all_set .column p.CenteredText {
           text-align: center;
        }

        .all_set .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .all_set .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .all_set .column .Red {
           color: #ef454c;
        }

        .all_set .column .Lilac {
           color: #d69ac5;
        }

        .all_set .column .Blue {
           color: #1f80b2;
        }

        .all_set .column .NavyBlue {
           color: #485ca9;
        }

        .all_set .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .all_set .column .Green {
           color: #00b0a3;
        }

        .all_set .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .all_set .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .all_set .column .pink {
           color: #f0649a;
        }

        .all_set .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .all_set .column .orange {
           color: #f0464c;
        }

        .all_set .column .avocadogreen {
           color: #7ca42e;
        }

        .all_set .column .lightblue {
           color: #56b9d8;
        }

        .all_set .column .salmon {
           color: #faac74;
        }

        .all_set .column .Burntorange {
           color: #c8462f;
        }

        .all_set .column .Mustard {
           color: #faa629;
        }

    /*links*/

        .all_set .column a {
        }

    /*headers*/

        .all_set .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .all_set .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .all_set .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .all_set .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .all_set .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .all_set .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .all_set .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_set .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_set .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

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

/***********************************
Charleston Ad
***********************************/

    /*paragraphs*/

        .charleston_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .charleston_ad .column a {
        }

    /*headers*/

        .charleston_ad .column h1 {
        }

        .charleston_ad .column h2 {
        }

        .charleston_ad .column h3 {
        }

        .charleston_ad .column h4 {
        }

        .charleston_ad .column h5 {
        }

        .charleston_ad .column h6 {
        }

/***********************************
What to Cook - 5 Easy Dinners
***********************************/

    /*paragraphs*/

        .wtc_5_easy_dinners .column p {
           font-family: 'Roboto';
        }

        .wtc_5_easy_dinners .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .wtc_5_easy_dinners .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .wtc_5_easy_dinners .column p.CenteredText {
           text-align: center;
        }

        .wtc_5_easy_dinners .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .wtc_5_easy_dinners .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .wtc_5_easy_dinners .column .Red {
           color: #ef454c;
        }

        .wtc_5_easy_dinners .column .Lilac {
           color: #d69ac5;
        }

        .wtc_5_easy_dinners .column .Blue {
           color: #1f80b2;
        }

        .wtc_5_easy_dinners .column .NavyBlue {
           color: #485ca9;
        }

        .wtc_5_easy_dinners .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .wtc_5_easy_dinners .column .Green {
           color: #00b0a3;
        }

        .wtc_5_easy_dinners .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .wtc_5_easy_dinners .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .wtc_5_easy_dinners .column .pink {
           color: #f0649a;
        }

        .wtc_5_easy_dinners .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .wtc_5_easy_dinners .column .orange {
           color: #f0464c;
        }

        .wtc_5_easy_dinners .column .avocadogreen {
           color: #7ca42e;
        }

        .wtc_5_easy_dinners .column .lightblue {
           color: #56b9d8;
        }

        .wtc_5_easy_dinners .column .salmon {
           color: #faac74;
        }

    /*links*/

        .wtc_5_easy_dinners .column a {
        }

    /*headers*/

        .wtc_5_easy_dinners .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .wtc_5_easy_dinners .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .wtc_5_easy_dinners .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .wtc_5_easy_dinners .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .wtc_5_easy_dinners .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .wtc_5_easy_dinners .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .wtc_5_easy_dinners .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*/

        .wtc_5_easy_dinners .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*/

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

    /*layoutitems*/

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

/***********************************
Kraft Cheese Ad
***********************************/

    /*paragraphs*/

        .kraft_cheese_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .kraft_cheese_ad .column a {
        }

    /*headers*/

        .kraft_cheese_ad .column h1 {
        }

        .kraft_cheese_ad .column h2 {
        }

        .kraft_cheese_ad .column h3 {
        }

        .kraft_cheese_ad .column h4 {
        }

        .kraft_cheese_ad .column h5 {
        }

        .kraft_cheese_ad .column h6 {
        }

/***********************************
Holiday Market Ad
***********************************/

    /*paragraphs*/

        .holiday_market_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .holiday_market_ad .column a {
        }

    /*headers*/

        .holiday_market_ad .column h1 {
        }

        .holiday_market_ad .column h2 {
        }

        .holiday_market_ad .column h3 {
        }

        .holiday_market_ad .column h4 {
        }

        .holiday_market_ad .column h5 {
        }

        .holiday_market_ad .column h6 {
        }

/***********************************
Minor Issues, Major Opinions - 5 Second Rule
***********************************/

    /*paragraphs*/

        .mimo_5_second_rule .column p {
           font-family: 'Roboto';
        }

        .mimo_5_second_rule .column p.Credits {
           font-family: 'Roboto';
           font-size: 13px;
           text-transform: uppercase;
        }

        .mimo_5_second_rule .column p.PullQuote {
           font-size: 20px;
           text-align: center;
           font-family: 'Roboto';
        }

        .mimo_5_second_rule .column p.CenteredText {
           text-align: center;
        }

        .mimo_5_second_rule .column p.Defaultserif {
           font-family: 'Libre Caslon Text';
        }

        .mimo_5_second_rule .column p.AuthorByline {
           font-family: 'Roboto';
           font-size: 13px;
           text-align: center;
           font-weight: 500;
        }

    /*inlines*/

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

        .mimo_5_second_rule .column .Red {
           color: #ef454c;
        }

        .mimo_5_second_rule .column .Lilac {
           color: #d69ac5;
        }

        .mimo_5_second_rule .column .Blue {
           color: #1f80b2;
        }

        .mimo_5_second_rule .column .NavyBlue {
           color: #485ca9;
        }

        .mimo_5_second_rule .column .SalmonBG {
           background-color: #f79e92;
           color: #ffffff;
        }

        .mimo_5_second_rule .column .Green {
           color: #00b0a3;
        }

        .mimo_5_second_rule .column .LargeType(howwelive,etc) {
           font-size: 60px;
           font-family: 'Roboto Flex';
        }

        .mimo_5_second_rule .column .DisplaySerif {
           font-family: 'DM Serif Display';
           font-size: 36px;
        }

        .mimo_5_second_rule .column .pink {
           color: #f0649a;
        }

        .mimo_5_second_rule .column .serif {
           font-family: 'Libre Caslon Text';
        }

        .mimo_5_second_rule .column .orange {
           color: #f0464c;
        }

        .mimo_5_second_rule .column .avocadogreen {
           color: #7ca42e;
        }

        .mimo_5_second_rule .column .lightblue {
           color: #56b9d8;
        }

        .mimo_5_second_rule .column .salmon {
           color: #faac74;
        }

    /*links*/

        .mimo_5_second_rule .column a {
        }

    /*headers*/

        .mimo_5_second_rule .column h1 {
           font-family: 'Roboto';
           font-size: 28px;
           letter-spacing: 0px;
        }

        .mimo_5_second_rule .column h2 {
           font-size: 22px;
           font-family: 'Roboto';
           letter-spacing: 0px;
        }

        .mimo_5_second_rule .column h3 {
           font-size: 18px;
           font-family: 'Roboto';
           font-weight: bold;
           letter-spacing: 2px;
           text-align: center;
        }

        .mimo_5_second_rule .column h4 {
           font-family: 'Libre Caslon Text';
           font-size: 28px;
        }

        .mimo_5_second_rule .column h5 {
           font-family: 'Libre Caslon Text';
           font-size: 24px;
        }

        .mimo_5_second_rule .column h6 {
           font-size: 20px;
           font-family: 'Libre Caslon Text';
           font-weight: bold;
        }

    /*images*/

        .mimo_5_second_rule .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*/

        .mimo_5_second_rule .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*/

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

    /*layoutitems*/

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

/***********************************
Delimex Ad
***********************************/

    /*paragraphs*/

        .delimex_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .delimex_ad .column a {
        }

    /*headers*/

        .delimex_ad .column h1 {
        }

        .delimex_ad .column h2 {
        }

        .delimex_ad .column h3 {
        }

        .delimex_ad .column h4 {
        }

        .delimex_ad .column h5 {
        }

        .delimex_ad .column h6 {
        }

/***********************************
IHG Resorts Ad
***********************************/

    /*paragraphs*/

        .ihg_resorts_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .ihg_resorts_ad .column a {
        }

    /*headers*/

        .ihg_resorts_ad .column h1 {
        }

        .ihg_resorts_ad .column h2 {
        }

        .ihg_resorts_ad .column h3 {
        }

        .ihg_resorts_ad .column h4 {
        }

        .ihg_resorts_ad .column h5 {
        }

        .ihg_resorts_ad .column h6 {
        }

