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

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

    /*general*/

        .masthead .column endbug {
        }

    /*headers*/

        .masthead .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .masthead .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .masthead .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .masthead .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .masthead .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .masthead .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .masthead .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

        .masthead .column .McDanielpink {
           color: #ec008c;
        }

        .masthead .column .McDanielblue {
           color: #00aeef;
        }

        .masthead .column .McDanielpurple {
           color: #41387a;
        }

        .masthead .column .McDanielgreen {
           color: #0db146;
        }

        .masthead .column .McDanielyellow {
           color: #fff200;
        }

        .masthead .column .McDanielneutralblack {
           color: #3f4443;
        }

        .masthead .column .McDanielred {
           color: #e33730;
        }

    /*links*/

        .masthead .column a {
        }

    /*lists*/

        .masthead .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .masthead .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .masthead .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .masthead .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .masthead .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .masthead .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .masthead .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .masthead .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Mail
***********************************/

    /*general*/

        .mail .column endbug {
        }

    /*headers*/

        .mail .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .mail .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .mail .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .mail .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .mail .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .mail .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .mail .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 60px;
           line-height: .3em;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
        }

        .mail .column .McDanielpink {
           color: #ec008c;
        }

        .mail .column .McDanielblue {
           color: #00aeef;
        }

        .mail .column .McDanielpurple {
           color: #41387a;
        }

        .mail .column .McDanielgreen {
           color: #0db146;
        }

        .mail .column .McDanielyellow {
           color: #fff200;
        }

        .mail .column .McDanielneutralblack {
           color: #3f4443;
        }

        .mail .column .McDanielred {
           color: #e33730;
        }

    /*links*/

        .mail .column a {
        }

    /*lists*/

        .mail .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .mail .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .mail .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .mail .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .mail .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .mail .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .mail .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .mail .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Carpe Diem
***********************************/

    /*general*/

        .carpe_diem .column endbug {
        }

    /*headers*/

        .carpe_diem .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .carpe_diem .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .carpe_diem .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .carpe_diem .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .carpe_diem .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .carpe_diem .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .carpe_diem .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 60px;
           line-height: .3em;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
        }

        .carpe_diem .column .McDanielpink {
           color: #ec008c;
        }

        .carpe_diem .column .McDanielblue {
           color: #00aeef;
        }

        .carpe_diem .column .McDanielpurple {
           color: #41387a;
        }

        .carpe_diem .column .McDanielgreen {
           color: #0db146;
        }

        .carpe_diem .column .McDanielyellow {
           color: #fff200;
        }

        .carpe_diem .column .McDanielneutralblack {
           color: #3f4443;
        }

        .carpe_diem .column .McDanielred {
           color: #e33730;
        }

    /*links*/

        .carpe_diem .column a {
        }

    /*lists*/

        .carpe_diem .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .carpe_diem .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .carpe_diem .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .carpe_diem .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .carpe_diem .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .carpe_diem .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .carpe_diem .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .carpe_diem .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
By the Numbers
***********************************/

    /*general*/

        .by_the_numbers .column endbug {
        }

    /*headers*/

        .by_the_numbers .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .by_the_numbers .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .by_the_numbers .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .by_the_numbers .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .by_the_numbers .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .by_the_numbers .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .by_the_numbers .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 60px;
           line-height: .3em;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
        }

        .by_the_numbers .column .McDanielpink {
           color: #ec008c;
        }

        .by_the_numbers .column .McDanielblue {
           color: #00aeef;
        }

        .by_the_numbers .column .McDanielpurple {
           color: #41387a;
        }

        .by_the_numbers .column .McDanielgreen {
           color: #0db146;
        }

        .by_the_numbers .column .McDanielyellow {
           color: #fff200;
        }

        .by_the_numbers .column .McDanielneutralblack {
           color: #3f4443;
        }

        .by_the_numbers .column .McDanielred {
           color: #e33730;
        }

    /*links*/

        .by_the_numbers .column a {
        }

    /*lists*/

        .by_the_numbers .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .by_the_numbers .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .by_the_numbers .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .by_the_numbers .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .by_the_numbers .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .by_the_numbers .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .by_the_numbers .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .by_the_numbers .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Double Take
***********************************/

    /*general*/

        .double_take .column endbug {
        }

    /*headers*/

        .double_take .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .double_take .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .double_take .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .double_take .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .double_take .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .double_take .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .double_take .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 60px;
           line-height: .3em;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
        }

        .double_take .column .McDanielpink {
           color: #ec008c;
        }

        .double_take .column .McDanielblue {
           color: #00aeef;
        }

        .double_take .column .McDanielpurple {
           color: #41387a;
        }

        .double_take .column .McDanielgreen {
           color: #0db146;
        }

        .double_take .column .McDanielyellow {
           color: #fff200;
        }

        .double_take .column .McDanielneutralblack {
           color: #3f4443;
        }

        .double_take .column .McDanielred {
           color: #e33730;
        }

    /*links*/

        .double_take .column a {
        }

    /*lists*/

        .double_take .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .double_take .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .double_take .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .double_take .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .double_take .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .double_take .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .double_take .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .double_take .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Growing from strong roots
***********************************/

    /*general*/

        .growing_from_strong_roots .column endbug {
        }

    /*headers*/

        .growing_from_strong_roots .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .growing_from_strong_roots .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .growing_from_strong_roots .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .growing_from_strong_roots .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .growing_from_strong_roots .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .growing_from_strong_roots .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .growing_from_strong_roots .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 60px;
           line-height: .3em;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
        }

        .growing_from_strong_roots .column .McDanielpink {
           color: #ec008c;
        }

        .growing_from_strong_roots .column .McDanielblue {
           color: #00aeef;
        }

        .growing_from_strong_roots .column .McDanielpurple {
           color: #41387a;
        }

        .growing_from_strong_roots .column .McDanielgreen {
           color: #0db146;
        }

        .growing_from_strong_roots .column .McDanielyellow {
           color: #fff200;
        }

        .growing_from_strong_roots .column .McDanielneutralblack {
           color: #3f4443;
        }

        .growing_from_strong_roots .column .McDanielred {
           color: #e33730;
        }

        .growing_from_strong_roots .column .Rootsgreen {
           color: #7fbd9e;
        }

    /*links*/

        .growing_from_strong_roots .column a {
        }

    /*lists*/

        .growing_from_strong_roots .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .growing_from_strong_roots .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .growing_from_strong_roots .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .growing_from_strong_roots .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .growing_from_strong_roots .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .growing_from_strong_roots .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .growing_from_strong_roots .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .growing_from_strong_roots .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Making an impact on food insecurity one harvest at a time
***********************************/

    /*general*/

        .making_an_impact_on_food_inse .column endbug {
        }

    /*headers*/

        .making_an_impact_on_food_inse .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .making_an_impact_on_food_inse .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .making_an_impact_on_food_inse .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .making_an_impact_on_food_inse .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .making_an_impact_on_food_inse .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .making_an_impact_on_food_inse .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .making_an_impact_on_food_inse .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 60px;
           line-height: .3em;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
        }

        .making_an_impact_on_food_inse .column .McDanielpink {
           color: #ec008c;
        }

        .making_an_impact_on_food_inse .column .McDanielblue {
           color: #00aeef;
        }

        .making_an_impact_on_food_inse .column .McDanielpurple {
           color: #41387a;
        }

        .making_an_impact_on_food_inse .column .McDanielgreen {
           color: #0db146;
        }

        .making_an_impact_on_food_inse .column .McDanielyellow {
           color: #fff200;
        }

        .making_an_impact_on_food_inse .column .McDanielneutralblack {
           color: #3f4443;
        }

        .making_an_impact_on_food_inse .column .McDanielred {
           color: #e33730;
        }

    /*links*/

        .making_an_impact_on_food_inse .column a {
        }

    /*lists*/

        .making_an_impact_on_food_inse .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .making_an_impact_on_food_inse .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .making_an_impact_on_food_inse .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .making_an_impact_on_food_inse .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .making_an_impact_on_food_inse .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .making_an_impact_on_food_inse .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .making_an_impact_on_food_inse .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .making_an_impact_on_food_inse .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Invested
***********************************/

    /*general*/

        .invested .column endbug {
        }

    /*headers*/

        .invested .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .invested .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .invested .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .invested .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .invested .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .invested .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .invested .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 60px;
           line-height: .3em;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
        }

        .invested .column .McDanielpink {
           color: #ec008c;
        }

        .invested .column .McDanielblue {
           color: #00aeef;
        }

        .invested .column .McDanielpurple {
           color: #41387a;
        }

        .invested .column .McDanielgreen {
           color: #0db146;
        }

        .invested .column .McDanielyellow {
           color: #fff200;
        }

        .invested .column .McDanielneutralblack {
           color: #3f4443;
        }

        .invested .column .McDanielred {
           color: #e33730;
        }

    /*links*/

        .invested .column a {
        }

    /*lists*/

        .invested .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .invested .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .invested .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .invested .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .invested .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .invested .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .invested .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .invested .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Alumni Updates: Class of 1960
***********************************/

    /*general*/

        .alumni_updates_class_of_1960 .column endbug {
        }

    /*headers*/

        .alumni_updates_class_of_1960 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1960 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1960 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .alumni_updates_class_of_1960 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1960 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .alumni_updates_class_of_1960 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .alumni_updates_class_of_1960 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .alumni_updates_class_of_1960 .column a {
        }

    /*lists*/

        .alumni_updates_class_of_1960 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .alumni_updates_class_of_1960 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .alumni_updates_class_of_1960 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .alumni_updates_class_of_1960 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .alumni_updates_class_of_1960 .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .alumni_updates_class_of_1960 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .alumni_updates_class_of_1960 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .alumni_updates_class_of_1960 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Alumni Updates: Class of 1966
***********************************/

    /*general*/

        .alumni_updates_class_of_1966 .column endbug {
        }

    /*headers*/

        .alumni_updates_class_of_1966 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1966 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1966 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .alumni_updates_class_of_1966 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1966 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .alumni_updates_class_of_1966 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .alumni_updates_class_of_1966 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .alumni_updates_class_of_1966 .column a {
        }

    /*lists*/

        .alumni_updates_class_of_1966 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .alumni_updates_class_of_1966 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .alumni_updates_class_of_1966 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .alumni_updates_class_of_1966 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .alumni_updates_class_of_1966 .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .alumni_updates_class_of_1966 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .alumni_updates_class_of_1966 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .alumni_updates_class_of_1966 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Alumni Updates: Class of 1972
***********************************/

    /*general*/

        .alumni_updates_class_of_1972 .column endbug {
        }

    /*headers*/

        .alumni_updates_class_of_1972 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1972 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1972 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .alumni_updates_class_of_1972 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1972 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .alumni_updates_class_of_1972 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .alumni_updates_class_of_1972 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .alumni_updates_class_of_1972 .column a {
        }

    /*lists*/

        .alumni_updates_class_of_1972 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .alumni_updates_class_of_1972 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .alumni_updates_class_of_1972 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .alumni_updates_class_of_1972 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .alumni_updates_class_of_1972 .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .alumni_updates_class_of_1972 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .alumni_updates_class_of_1972 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .alumni_updates_class_of_1972 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Alumni Updates: Class of 1978
***********************************/

    /*general*/

        .alumni_updates_class_of_1978 .column endbug {
        }

    /*headers*/

        .alumni_updates_class_of_1978 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1978 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1978 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .alumni_updates_class_of_1978 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1978 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .alumni_updates_class_of_1978 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .alumni_updates_class_of_1978 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .alumni_updates_class_of_1978 .column a {
        }

    /*lists*/

        .alumni_updates_class_of_1978 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .alumni_updates_class_of_1978 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .alumni_updates_class_of_1978 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .alumni_updates_class_of_1978 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .alumni_updates_class_of_1978 .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .alumni_updates_class_of_1978 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .alumni_updates_class_of_1978 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .alumni_updates_class_of_1978 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Alumni Updates: Class of 1984
***********************************/

    /*general*/

        .alumni_updates_class_of_1984 .column endbug {
        }

    /*headers*/

        .alumni_updates_class_of_1984 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1984 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1984 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .alumni_updates_class_of_1984 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1984 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .alumni_updates_class_of_1984 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .alumni_updates_class_of_1984 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .alumni_updates_class_of_1984 .column a {
        }

    /*lists*/

        .alumni_updates_class_of_1984 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .alumni_updates_class_of_1984 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .alumni_updates_class_of_1984 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .alumni_updates_class_of_1984 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .alumni_updates_class_of_1984 .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .alumni_updates_class_of_1984 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .alumni_updates_class_of_1984 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .alumni_updates_class_of_1984 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Alumni Updates: Class of 1990
***********************************/

    /*general*/

        .alumni_updates_class_of_1990 .column endbug {
        }

    /*headers*/

        .alumni_updates_class_of_1990 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1990 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1990 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .alumni_updates_class_of_1990 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1990 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .alumni_updates_class_of_1990 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .alumni_updates_class_of_1990 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .alumni_updates_class_of_1990 .column a {
        }

    /*lists*/

        .alumni_updates_class_of_1990 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .alumni_updates_class_of_1990 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .alumni_updates_class_of_1990 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .alumni_updates_class_of_1990 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .alumni_updates_class_of_1990 .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .alumni_updates_class_of_1990 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .alumni_updates_class_of_1990 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .alumni_updates_class_of_1990 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Alumni Updates: Class of 1996
***********************************/

    /*general*/

        .alumni_updates_class_of_1996 .column endbug {
        }

    /*headers*/

        .alumni_updates_class_of_1996 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1996 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1996 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .alumni_updates_class_of_1996 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_1996 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .alumni_updates_class_of_1996 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .alumni_updates_class_of_1996 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .alumni_updates_class_of_1996 .column a {
        }

    /*lists*/

        .alumni_updates_class_of_1996 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .alumni_updates_class_of_1996 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .alumni_updates_class_of_1996 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .alumni_updates_class_of_1996 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .alumni_updates_class_of_1996 .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .alumni_updates_class_of_1996 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .alumni_updates_class_of_1996 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .alumni_updates_class_of_1996 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Alumni Updates: Class of 2002
***********************************/

    /*general*/

        .alumni_updates_class_of_2002 .column endbug {
        }

    /*headers*/

        .alumni_updates_class_of_2002 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_2002 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_2002 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .alumni_updates_class_of_2002 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_2002 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .alumni_updates_class_of_2002 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .alumni_updates_class_of_2002 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .alumni_updates_class_of_2002 .column a {
        }

    /*lists*/

        .alumni_updates_class_of_2002 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .alumni_updates_class_of_2002 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .alumni_updates_class_of_2002 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .alumni_updates_class_of_2002 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .alumni_updates_class_of_2002 .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .alumni_updates_class_of_2002 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .alumni_updates_class_of_2002 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .alumni_updates_class_of_2002 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Alumni Updates: Class of 2008
***********************************/

    /*general*/

        .alumni_updates_class_of_2008 .column endbug {
        }

    /*headers*/

        .alumni_updates_class_of_2008 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_2008 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_2008 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .alumni_updates_class_of_2008 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_2008 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .alumni_updates_class_of_2008 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .alumni_updates_class_of_2008 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .alumni_updates_class_of_2008 .column a {
        }

    /*lists*/

        .alumni_updates_class_of_2008 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .alumni_updates_class_of_2008 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .alumni_updates_class_of_2008 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .alumni_updates_class_of_2008 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .alumni_updates_class_of_2008 .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .alumni_updates_class_of_2008 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .alumni_updates_class_of_2008 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .alumni_updates_class_of_2008 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Alumni Updates: Class of 2014
***********************************/

    /*general*/

        .alumni_updates_class_of_2014 .column endbug {
        }

    /*headers*/

        .alumni_updates_class_of_2014 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_2014 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_2014 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .alumni_updates_class_of_2014 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_2014 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .alumni_updates_class_of_2014 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .alumni_updates_class_of_2014 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .alumni_updates_class_of_2014 .column a {
        }

    /*lists*/

        .alumni_updates_class_of_2014 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .alumni_updates_class_of_2014 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .alumni_updates_class_of_2014 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .alumni_updates_class_of_2014 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .alumni_updates_class_of_2014 .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .alumni_updates_class_of_2014 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .alumni_updates_class_of_2014 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .alumni_updates_class_of_2014 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Alumni Updates: Class of 2020
***********************************/

    /*general*/

        .alumni_updates_class_of_2020 .column endbug {
        }

    /*headers*/

        .alumni_updates_class_of_2020 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_2020 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_2020 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .alumni_updates_class_of_2020 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .alumni_updates_class_of_2020 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .alumni_updates_class_of_2020 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .alumni_updates_class_of_2020 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .alumni_updates_class_of_2020 .column a {
        }

    /*lists*/

        .alumni_updates_class_of_2020 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .alumni_updates_class_of_2020 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .alumni_updates_class_of_2020 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .alumni_updates_class_of_2020 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .alumni_updates_class_of_2020 .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .alumni_updates_class_of_2020 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .alumni_updates_class_of_2020 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .alumni_updates_class_of_2020 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Keep Climbing
***********************************/

    /*general*/

        .keep_climbing .column endbug {
        }

    /*headers*/

        .keep_climbing .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .keep_climbing .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .keep_climbing .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .keep_climbing .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .keep_climbing .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .keep_climbing .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .keep_climbing .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 60px;
           line-height: .3em;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
        }

        .keep_climbing .column .McDanielpink {
           color: #ec008c;
        }

        .keep_climbing .column .McDanielblue {
           color: #00aeef;
        }

        .keep_climbing .column .McDanielpurple {
           color: #41387a;
        }

        .keep_climbing .column .McDanielgreen {
           color: #0db146;
        }

        .keep_climbing .column .McDanielyellow {
           color: #fff200;
        }

        .keep_climbing .column .McDanielneutralblack {
           color: #3f4443;
        }

        .keep_climbing .column .McDanielred {
           color: #e33730;
        }

    /*links*/

        .keep_climbing .column a {
        }

    /*lists*/

        .keep_climbing .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .keep_climbing .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .keep_climbing .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .keep_climbing .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .keep_climbing .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .keep_climbing .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .keep_climbing .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .keep_climbing .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Changing lives for generations
***********************************/

    /*general*/

        .changing_lives_for_generation .column endbug {
        }

    /*headers*/

        .changing_lives_for_generation .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .changing_lives_for_generation .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .changing_lives_for_generation .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .changing_lives_for_generation .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .changing_lives_for_generation .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .changing_lives_for_generation .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .changing_lives_for_generation .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 60px;
           line-height: .3em;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
        }

        .changing_lives_for_generation .column .McDanielpink {
           color: #ec008c;
        }

        .changing_lives_for_generation .column .McDanielblue {
           color: #00aeef;
        }

        .changing_lives_for_generation .column .McDanielpurple {
           color: #41387a;
        }

        .changing_lives_for_generation .column .McDanielgreen {
           color: #0db146;
        }

        .changing_lives_for_generation .column .McDanielyellow {
           color: #fff200;
        }

        .changing_lives_for_generation .column .McDanielneutralblack {
           color: #3f4443;
        }

        .changing_lives_for_generation .column .McDanielred {
           color: #e33730;
        }

    /*links*/

        .changing_lives_for_generation .column a {
        }

    /*lists*/

        .changing_lives_for_generation .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .changing_lives_for_generation .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .changing_lives_for_generation .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .changing_lives_for_generation .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .changing_lives_for_generation .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .changing_lives_for_generation .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .changing_lives_for_generation .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .changing_lives_for_generation .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Back Cover
***********************************/

    /*general*/

        .back_cover .column endbug {
        }

    /*headers*/

        .back_cover .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .back_cover .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .back_cover .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .back_cover .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .back_cover .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .back_cover .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .back_cover .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 60px;
           line-height: .3em;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
        }

        .back_cover .column .McDanielpink {
           color: #ec008c;
        }

        .back_cover .column .McDanielblue {
           color: #00aeef;
        }

        .back_cover .column .McDanielpurple {
           color: #41387a;
        }

        .back_cover .column .McDanielgreen {
           color: #0db146;
        }

        .back_cover .column .McDanielyellow {
           color: #fff200;
        }

        .back_cover .column .McDanielneutralblack {
           color: #3f4443;
        }

        .back_cover .column .McDanielred {
           color: #e33730;
        }

    /*links*/

        .back_cover .column a {
        }

    /*lists*/

        .back_cover .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .back_cover .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .back_cover .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .back_cover .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .back_cover .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .back_cover .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .back_cover .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .back_cover .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
We Did! Wedding vows exchanged this season
***********************************/

    /*general*/

        .we_did_wedding_vows_exchanged .column endbug {
        }

    /*headers*/

        .we_did_wedding_vows_exchanged .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .we_did_wedding_vows_exchanged .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .we_did_wedding_vows_exchanged .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .we_did_wedding_vows_exchanged .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .we_did_wedding_vows_exchanged .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .we_did_wedding_vows_exchanged .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .we_did_wedding_vows_exchanged .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .we_did_wedding_vows_exchanged .column a {
        }

    /*lists*/

        .we_did_wedding_vows_exchanged .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .we_did_wedding_vows_exchanged .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .we_did_wedding_vows_exchanged .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .we_did_wedding_vows_exchanged .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .we_did_wedding_vows_exchanged .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .we_did_wedding_vows_exchanged .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .we_did_wedding_vows_exchanged .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .we_did_wedding_vows_exchanged .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Arrived: Family additions this season
***********************************/

    /*general*/

        .arrived_family_additions_this .column endbug {
        }

    /*headers*/

        .arrived_family_additions_this .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .arrived_family_additions_this .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .arrived_family_additions_this .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .arrived_family_additions_this .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .arrived_family_additions_this .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .arrived_family_additions_this .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .arrived_family_additions_this .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .arrived_family_additions_this .column a {
        }

    /*lists*/

        .arrived_family_additions_this .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .arrived_family_additions_this .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .arrived_family_additions_this .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .arrived_family_additions_this .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .arrived_family_additions_this .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .arrived_family_additions_this .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .arrived_family_additions_this .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .arrived_family_additions_this .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Departed: Those who will be missed
***********************************/

    /*general*/

        .departed_those_who_will_be_mi .column endbug {
        }

    /*headers*/

        .departed_those_who_will_be_mi .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .departed_those_who_will_be_mi .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .departed_those_who_will_be_mi .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .departed_those_who_will_be_mi .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .departed_those_who_will_be_mi .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .departed_those_who_will_be_mi .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .departed_those_who_will_be_mi .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .departed_those_who_will_be_mi .column a {
        }

    /*lists*/

        .departed_those_who_will_be_mi .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .departed_those_who_will_be_mi .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .departed_those_who_will_be_mi .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .departed_those_who_will_be_mi .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .departed_those_who_will_be_mi .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .departed_those_who_will_be_mi .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .departed_those_who_will_be_mi .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .departed_those_who_will_be_mi .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Departed: Featured Obituaries
***********************************/

    /*general*/

        .departed_featured_obituaries .column endbug {
        }

    /*headers*/

        .departed_featured_obituaries .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .departed_featured_obituaries .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .departed_featured_obituaries .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .departed_featured_obituaries .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .departed_featured_obituaries .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .departed_featured_obituaries .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .departed_featured_obituaries .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .departed_featured_obituaries .column a {
        }

    /*lists*/

        .departed_featured_obituaries .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .departed_featured_obituaries .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .departed_featured_obituaries .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .departed_featured_obituaries .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .departed_featured_obituaries .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .departed_featured_obituaries .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .departed_featured_obituaries .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .departed_featured_obituaries .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Departed: Lt. Gen. Otto J. Guenther
***********************************/

    /*general*/

        .departed_lt_gen_otto_j_guenth .column endbug {
        }

    /*headers*/

        .departed_lt_gen_otto_j_guenth .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .departed_lt_gen_otto_j_guenth .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .departed_lt_gen_otto_j_guenth .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .departed_lt_gen_otto_j_guenth .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .departed_lt_gen_otto_j_guenth .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .departed_lt_gen_otto_j_guenth .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .departed_lt_gen_otto_j_guenth .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .departed_lt_gen_otto_j_guenth .column a {
        }

    /*lists*/

        .departed_lt_gen_otto_j_guenth .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .departed_lt_gen_otto_j_guenth .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .departed_lt_gen_otto_j_guenth .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .departed_lt_gen_otto_j_guenth .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .departed_lt_gen_otto_j_guenth .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .departed_lt_gen_otto_j_guenth .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .departed_lt_gen_otto_j_guenth .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .departed_lt_gen_otto_j_guenth .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Class Noted: Phi Delta Theta
***********************************/

    /*general*/

        .class_noted_phi_delta_theta .column endbug {
        }

    /*headers*/

        .class_noted_phi_delta_theta .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_phi_delta_theta .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_phi_delta_theta .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .class_noted_phi_delta_theta .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_phi_delta_theta .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .class_noted_phi_delta_theta .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .class_noted_phi_delta_theta .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .class_noted_phi_delta_theta .column a {
        }

    /*lists*/

        .class_noted_phi_delta_theta .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .class_noted_phi_delta_theta .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .class_noted_phi_delta_theta .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .class_noted_phi_delta_theta .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .class_noted_phi_delta_theta .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .class_noted_phi_delta_theta .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .class_noted_phi_delta_theta .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .class_noted_phi_delta_theta .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Class Noted: Green Terror football alums
***********************************/

    /*general*/

        .class_noted_green_terror_foot .column endbug {
        }

    /*headers*/

        .class_noted_green_terror_foot .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_green_terror_foot .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_green_terror_foot .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .class_noted_green_terror_foot .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_green_terror_foot .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .class_noted_green_terror_foot .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .class_noted_green_terror_foot .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .class_noted_green_terror_foot .column a {
        }

    /*lists*/

        .class_noted_green_terror_foot .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .class_noted_green_terror_foot .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .class_noted_green_terror_foot .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .class_noted_green_terror_foot .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .class_noted_green_terror_foot .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .class_noted_green_terror_foot .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .class_noted_green_terror_foot .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .class_noted_green_terror_foot .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Class Noted: Lauren Avery
***********************************/

    /*general*/

        .class_noted_lauren_avery .column endbug {
        }

    /*headers*/

        .class_noted_lauren_avery .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_lauren_avery .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_lauren_avery .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .class_noted_lauren_avery .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_lauren_avery .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .class_noted_lauren_avery .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .class_noted_lauren_avery .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .class_noted_lauren_avery .column a {
        }

    /*lists*/

        .class_noted_lauren_avery .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .class_noted_lauren_avery .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .class_noted_lauren_avery .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .class_noted_lauren_avery .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .class_noted_lauren_avery .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .class_noted_lauren_avery .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .class_noted_lauren_avery .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .class_noted_lauren_avery .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Class Noted: Treyana Johnson
***********************************/

    /*general*/

        .class_noted_treyana_johnson .column endbug {
        }

    /*headers*/

        .class_noted_treyana_johnson .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_treyana_johnson .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_treyana_johnson .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .class_noted_treyana_johnson .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_treyana_johnson .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .class_noted_treyana_johnson .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .class_noted_treyana_johnson .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .class_noted_treyana_johnson .column a {
        }

    /*lists*/

        .class_noted_treyana_johnson .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .class_noted_treyana_johnson .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .class_noted_treyana_johnson .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .class_noted_treyana_johnson .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .class_noted_treyana_johnson .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .class_noted_treyana_johnson .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .class_noted_treyana_johnson .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .class_noted_treyana_johnson .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
Class Noted: Class of 2021 Elementary Ed grads
***********************************/

    /*general*/

        .class_noted_class_of_2021_ele .column endbug {
        }

    /*headers*/

        .class_noted_class_of_2021_ele .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 34px;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_class_of_2021_ele .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 24px;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_class_of_2021_ele .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           font-weight: 700;
           margin-top: 0px;
        }

        .class_noted_class_of_2021_ele .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 16px;
           margin-bottom: 12px;
           margin-top: 12px;
        }

        .class_noted_class_of_2021_ele .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 20px;
           margin-top: 24px;
        }

        .class_noted_class_of_2021_ele .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           margin-bottom: 12px;
        }

    /*inlines*/

        .class_noted_class_of_2021_ele .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 55px;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
        }

    /*links*/

        .class_noted_class_of_2021_ele .column a {
        }

    /*lists*/

        .class_noted_class_of_2021_ele .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           list-style-image: none;
        }

        .class_noted_class_of_2021_ele .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-image: none;
        }

        .class_noted_class_of_2021_ele .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           list-style-image: none;
        }

    /*paragraphs*/

        .class_noted_class_of_2021_ele .column p {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
        }

        .class_noted_class_of_2021_ele .column p.PullQuote {
           font-family: Georgia, serif;
           font-size: 24px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
        }

        .class_noted_class_of_2021_ele .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 18px;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
        }

        .class_noted_class_of_2021_ele .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 14px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
        }

        .class_noted_class_of_2021_ele .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 18px;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
        }

/***********************************
User Guide
***********************************/

    /*paragraphs*/

        .user_guide .column p {
        }

    /*links*/

        .user_guide .column a {
        }

    /*inlines*/

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

    /*headers*/

        .user_guide .column h6 {
        }

        .user_guide .column h5 {
        }

        .user_guide .column h4 {
        }

        .user_guide .column h3 {
        }

        .user_guide .column h2 {
        }

        .user_guide .column h1 {
        }

