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

    /*general*/

        .cover .column endbug {
           border-width: 0px;
        }

    /*headers*/

        .cover .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 2.125rem;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .cover .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .cover .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

        .cover .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .cover .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           margin-top: 24px;
           border-width: 0px;
        }

        .cover .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .cover .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

        .cover .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .cover .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .cover .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .cover .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .cover .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .cover .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .cover .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

    /*links*/

        .cover .column a {
           border-width: 0px;
        }

    /*lists*/

        .cover .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

        .cover .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .cover .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .cover .column p {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
           border-width: 0px;
        }

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

        .cover .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
           border-width: 0px;
        }

        .cover .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

        .cover .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

        .cover .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Masthead
***********************************/

    /*paragraphs*/

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

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

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

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

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

    /*lists*/

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

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

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

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

    /*links*/

        .masthead .column a {
           border-width: 0px;
        }

    /*inlines*/

        .masthead .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

        .masthead .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .masthead .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .masthead .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .masthead .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .masthead .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .masthead .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

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

    /*headers*/

        .masthead .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .masthead .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .masthead .column h4 {
           margin-top: 12px;
           margin-bottom: 12px;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

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

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

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

    /*general*/

        .masthead .column endbug {
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
President's Letter
***********************************/

    /*general*/

        .president_s_letter .column endbug {
           border-width: 0px;
        }

    /*headers*/

        .president_s_letter .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 2.125rem;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .president_s_letter .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .president_s_letter .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

        .president_s_letter .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .president_s_letter .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           margin-top: 24px;
           border-width: 0px;
        }

        .president_s_letter .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .president_s_letter .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

        .president_s_letter .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .president_s_letter .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .president_s_letter .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .president_s_letter .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .president_s_letter .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .president_s_letter .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .president_s_letter .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

    /*links*/

        .president_s_letter .column a {
           border-width: 0px;
        }

    /*lists*/

        .president_s_letter .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

        .president_s_letter .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .president_s_letter .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .president_s_letter .column p {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
           border-width: 0px;
        }

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

        .president_s_letter .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
           border-width: 0px;
        }

        .president_s_letter .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

        .president_s_letter .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

        .president_s_letter .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Mail
***********************************/

    /*general*/

        .mail .column endbug {
           border-width: 0px;
        }

    /*headers*/

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

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

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

        .mail .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .mail .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           margin-top: 24px;
           border-width: 0px;
        }

        .mail .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .mail .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

        .mail .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .mail .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .mail .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .mail .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .mail .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .mail .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .mail .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

    /*links*/

        .mail .column a {
           border-width: 0px;
        }

    /*lists*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

    /*images*/

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

    /*containers*/

        .mail .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Academic Symposium
***********************************/

    /*paragraphs*/

        .academic_symposium .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           border-width: 0px;
        }

    /*inlines*/

        .academic_symposium .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

    /*images*/

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

    /*links*/

        .academic_symposium .column a {
           border-width: 0px;
        }

    /*headers*/

        .academic_symposium .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           border-width: 0px;
        }

        .academic_symposium .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .academic_symposium .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .academic_symposium .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .academic_symposium .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .academic_symposium .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

        .academic_symposium .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Carpe Diem
***********************************/

    /*general*/

        .carpe_diem .column endbug {
           border-width: 0px;
        }

    /*headers*/

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

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

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

        .carpe_diem .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .carpe_diem .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           margin-top: 24px;
           border-width: 0px;
        }

        .carpe_diem .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .carpe_diem .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

        .carpe_diem .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .carpe_diem .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .carpe_diem .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .carpe_diem .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .carpe_diem .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .carpe_diem .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .carpe_diem .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

    /*links*/

        .carpe_diem .column a {
           border-width: 0px;
        }

    /*lists*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

    /*images*/

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

    /*containers*/

        .carpe_diem .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Green & Gold
***********************************/

    /*general*/

        .green_gold .column endbug {
           border-width: 0px;
        }

    /*headers*/

        .green_gold .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 2.125rem;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .green_gold .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .green_gold .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

        .green_gold .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .green_gold .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           margin-top: 24px;
           border-width: 0px;
        }

        .green_gold .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .green_gold .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

        .green_gold .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .green_gold .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .green_gold .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .green_gold .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .green_gold .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .green_gold .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .green_gold .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

    /*links*/

        .green_gold .column a {
           border-width: 0px;
        }

    /*lists*/

        .green_gold .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

        .green_gold .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .green_gold .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .green_gold .column p {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
           border-width: 0px;
        }

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

        .green_gold .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
           border-width: 0px;
        }

        .green_gold .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

        .green_gold .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

        .green_gold .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Teacher Collaborative Fellowship
***********************************/

    /*paragraphs*/

        .teacher_collaborative_fellowship .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           border-width: 0px;
        }

        .teacher_collaborative_fellowship .column p.paragraphs-1imqhv96i {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .teacher_collaborative_fellowship .column p.paragraphs-1in44p8o4 {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
           text-transform: capitalize;
        }

    /*inlines*/

        .teacher_collaborative_fellowship .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

        .teacher_collaborative_fellowship .column span.inlines-1in44hoik {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .teacher_collaborative_fellowship .column span.inlines-1in44iq5l {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

    /*images*/

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

    /*links*/

        .teacher_collaborative_fellowship .column a {
           border-width: 0px;
        }

    /*headers*/

        .teacher_collaborative_fellowship .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           border-width: 0px;
        }

        .teacher_collaborative_fellowship .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .teacher_collaborative_fellowship .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .teacher_collaborative_fellowship .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .teacher_collaborative_fellowship .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .teacher_collaborative_fellowship .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

        .teacher_collaborative_fellowship .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
TCF: Darrin Naill
***********************************/

    /*paragraphs*/

        .tcf_darrin_naill .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           border-width: 0px;
        }

        .tcf_darrin_naill .column p.paragraphs-1imqhv96i {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .tcf_darrin_naill .column p.paragraphs-1in44p8o4 {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
           text-transform: capitalize;
        }

    /*inlines*/

        .tcf_darrin_naill .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

        .tcf_darrin_naill .column span.inlines-1in44hoik {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .tcf_darrin_naill .column span.inlines-1in44iq5l {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

    /*images*/

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

    /*links*/

        .tcf_darrin_naill .column a {
           border-width: 0px;
        }

    /*headers*/

        .tcf_darrin_naill .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_darrin_naill .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_darrin_naill .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_darrin_naill .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_darrin_naill .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_darrin_naill .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

        .tcf_darrin_naill .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
TCF: Montara Clay
***********************************/

    /*paragraphs*/

        .tcf_montara_clay .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           border-width: 0px;
        }

        .tcf_montara_clay .column p.paragraphs-1imqhv96i {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .tcf_montara_clay .column p.paragraphs-1in44p8o4 {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
           text-transform: capitalize;
        }

    /*inlines*/

        .tcf_montara_clay .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

        .tcf_montara_clay .column span.inlines-1in44hoik {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .tcf_montara_clay .column span.inlines-1in44iq5l {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

    /*images*/

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

    /*links*/

        .tcf_montara_clay .column a {
           border-width: 0px;
        }

    /*headers*/

        .tcf_montara_clay .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_montara_clay .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_montara_clay .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_montara_clay .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_montara_clay .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_montara_clay .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

        .tcf_montara_clay .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
TCF: Matthew Hutton
***********************************/

    /*paragraphs*/

        .tcf_matthew_hutton .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           border-width: 0px;
        }

        .tcf_matthew_hutton .column p.paragraphs-1imqhv96i {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .tcf_matthew_hutton .column p.paragraphs-1in44p8o4 {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
           text-transform: capitalize;
        }

    /*inlines*/

        .tcf_matthew_hutton .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

        .tcf_matthew_hutton .column span.inlines-1in44hoik {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .tcf_matthew_hutton .column span.inlines-1in44iq5l {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

    /*images*/

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

    /*links*/

        .tcf_matthew_hutton .column a {
           border-width: 0px;
        }

    /*headers*/

        .tcf_matthew_hutton .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_matthew_hutton .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_matthew_hutton .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_matthew_hutton .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_matthew_hutton .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .tcf_matthew_hutton .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

        .tcf_matthew_hutton .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
It's All Abstract Until We Make It Real
***********************************/

    /*paragraphs*/

        .it_s_all_abstract_until_we_make_it_real .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           border-width: 0px;
        }

        .it_s_all_abstract_until_we_make_it_real .column p.paragraphs-1imqhv96i {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .it_s_all_abstract_until_we_make_it_real .column p.paragraphs-1in44p8o4 {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
           text-transform: capitalize;
        }

    /*inlines*/

        .it_s_all_abstract_until_we_make_it_real .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

        .it_s_all_abstract_until_we_make_it_real .column span.inlines-1in44hoik {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .it_s_all_abstract_until_we_make_it_real .column span.inlines-1in44iq5l {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

    /*images*/

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

    /*links*/

        .it_s_all_abstract_until_we_make_it_real .column a {
           border-width: 0px;
        }

    /*headers*/

        .it_s_all_abstract_until_we_make_it_real .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           border-width: 0px;
        }

        .it_s_all_abstract_until_we_make_it_real .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .it_s_all_abstract_until_we_make_it_real .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .it_s_all_abstract_until_we_make_it_real .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .it_s_all_abstract_until_we_make_it_real .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .it_s_all_abstract_until_we_make_it_real .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

        .it_s_all_abstract_until_we_make_it_real .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Gift Highlights
***********************************/

    /*paragraphs*/

        .gift_highlights .column p {
           border-width: 0px;
        }

    /*inlines*/

        .gift_highlights .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           border-width: 0px;
        }

    /*links*/

        .gift_highlights .column a {
           border-width: 0px;
        }

    /*headers*/

        .gift_highlights .column h1 {
           border-width: 0px;
        }

        .gift_highlights .column h2 {
           border-width: 0px;
        }

        .gift_highlights .column h3 {
           border-width: 0px;
        }

        .gift_highlights .column h4 {
           border-width: 0px;
        }

        .gift_highlights .column h5 {
           border-width: 0px;
        }

        .gift_highlights .column h6 {
           border-width: 0px;
        }

    /*images*/

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

    /*lists*/

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

    /*containers*/

        .gift_highlights .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .gift_highlights .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Enduring Love & Philanthropy
***********************************/

    /*paragraphs*/

        .enduring_love_philanthropy .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           border-width: 0px;
        }

        .enduring_love_philanthropy .column p.paragraphs-1imqhv96i {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .enduring_love_philanthropy .column p.paragraphs-1in44p8o4 {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
           text-transform: capitalize;
        }

    /*inlines*/

        .enduring_love_philanthropy .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

        .enduring_love_philanthropy .column span.inlines-1in44hoik {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .enduring_love_philanthropy .column span.inlines-1in44iq5l {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

    /*images*/

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

    /*links*/

        .enduring_love_philanthropy .column a {
           border-width: 0px;
        }

    /*headers*/

        .enduring_love_philanthropy .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           border-width: 0px;
        }

        .enduring_love_philanthropy .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .enduring_love_philanthropy .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .enduring_love_philanthropy .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .enduring_love_philanthropy .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .enduring_love_philanthropy .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

        .enduring_love_philanthropy .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Continuing the Legacy of Education on the Hill
***********************************/

    /*general*/

        .continuing_the_legacy_of_education_on_the_hill .column endbug {
           border-width: 0px;
        }

    /*headers*/

        .continuing_the_legacy_of_education_on_the_hill .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 2.125rem;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           margin-top: 24px;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .continuing_the_legacy_of_education_on_the_hill .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

    /*links*/

        .continuing_the_legacy_of_education_on_the_hill .column a {
           border-width: 0px;
        }

    /*lists*/

        .continuing_the_legacy_of_education_on_the_hill .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

        .continuing_the_legacy_of_education_on_the_hill .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .continuing_the_legacy_of_education_on_the_hill .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .continuing_the_legacy_of_education_on_the_hill .column p {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
           border-width: 0px;
        }

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

        .continuing_the_legacy_of_education_on_the_hill .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

        .continuing_the_legacy_of_education_on_the_hill .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

        .continuing_the_legacy_of_education_on_the_hill .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Alumni Updates: Class of 1957
***********************************/

    /*paragraphs*/

        .alumni_updates_class_of_1957 .column p.NoLineSpace {
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column p.Caption {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column p.PullQuoteCredit {
           text-align: center;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.125rem;
           font-family: Georgia, serif;
           border-width: 0px;
        }

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

        .alumni_updates_class_of_1957 .column p {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*lists*/

        .alumni_updates_class_of_1957 .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1957 .column .Numerical {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1957 .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*links*/

        .alumni_updates_class_of_1957 .column a {
           border-width: 0px;
        }

    /*inlines*/

        .alumni_updates_class_of_1957 .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-size: 3.4375rem;
           font-family: Helvetica, sans-serif;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .alumni_updates_class_of_1957 .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column h4 {
           margin-top: 12px;
           margin-bottom: 12px;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column h3 {
           margin-top: 0px;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column h2 {
           font-weight: bold;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1957 .column h1 {
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*general*/

        .alumni_updates_class_of_1957 .column endbug {
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

        .alumni_updates_class_of_1957 .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .alumni_updates_class_of_1957 .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Alumni Updates: Class of 1963
***********************************/

    /*general*/

        .alumni_updates_class_of_1963 .column endbug {
           border-width: 0px;
        }

    /*headers*/

        .alumni_updates_class_of_1963 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 2.125rem;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
           font-weight: bold;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           margin-top: 24px;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .alumni_updates_class_of_1963 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

    /*links*/

        .alumni_updates_class_of_1963 .column a {
           border-width: 0px;
        }

    /*lists*/

        .alumni_updates_class_of_1963 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1963 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1963 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .alumni_updates_class_of_1963 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
           border-width: 0px;
        }

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

        .alumni_updates_class_of_1963 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

        .alumni_updates_class_of_1963 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

        .alumni_updates_class_of_1963 .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .alumni_updates_class_of_1963 .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
In Memoriam
***********************************/

    /*general*/

        .in_memoriam .column endbug {
           border-width: 0px;
        }

    /*headers*/

        .in_memoriam .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 2.125rem;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .in_memoriam .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .in_memoriam .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

        .in_memoriam .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .in_memoriam .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           margin-top: 24px;
           border-width: 0px;
        }

        .in_memoriam .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .in_memoriam .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

    /*links*/

        .in_memoriam .column a {
           border-width: 0px;
        }

    /*lists*/

        .in_memoriam .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

        .in_memoriam .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .in_memoriam .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .in_memoriam .column p {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
           border-width: 0px;
        }

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

        .in_memoriam .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
           border-width: 0px;
        }

        .in_memoriam .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

        .in_memoriam .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

        .in_memoriam .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Alumni Updates: Class of 1969
***********************************/

    /*layoutitems*/

        .alumni_updates_class_of_1969 .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .alumni_updates_class_of_1969 .column div.container-default {
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           gap: normal;
           border-width: 0px;
        }

    /*images*/

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

    /*paragraphs*/

        .alumni_updates_class_of_1969 .column p.NoLineSpace {
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column p.Caption {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column p.PullQuoteCredit {
           text-align: center;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.125rem;
           font-family: Georgia, serif;
           border-width: 0px;
        }

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

        .alumni_updates_class_of_1969 .column p {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*lists*/

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

        .alumni_updates_class_of_1969 .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1969 .column .Numerical {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1969 .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .alumni_updates_class_of_1969 .column a {
           border-width: 0px;
        }

    /*inlines*/

        .alumni_updates_class_of_1969 .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-size: 3.4375rem;
           font-family: Helvetica, sans-serif;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .alumni_updates_class_of_1969 .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column h4 {
           margin-top: 12px;
           margin-bottom: 12px;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column h3 {
           margin-top: 0px;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column h2 {
           font-weight: bold;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1969 .column h1 {
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*general*/

        .alumni_updates_class_of_1969 .column endbug {
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Alumni Updates: Class of 1975
***********************************/

    /*layoutitems*/

        .alumni_updates_class_of_1975 .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .alumni_updates_class_of_1975 .column div.container-default {
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           gap: normal;
           border-width: 0px;
        }

    /*images*/

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

    /*paragraphs*/

        .alumni_updates_class_of_1975 .column p.NoLineSpace {
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column p.Caption {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column p.PullQuoteCredit {
           text-align: center;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.125rem;
           font-family: Georgia, serif;
           border-width: 0px;
        }

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

        .alumni_updates_class_of_1975 .column p {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*lists*/

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

        .alumni_updates_class_of_1975 .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1975 .column .Numerical {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1975 .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .alumni_updates_class_of_1975 .column a {
           border-width: 0px;
        }

    /*inlines*/

        .alumni_updates_class_of_1975 .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-size: 3.4375rem;
           font-family: Helvetica, sans-serif;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .alumni_updates_class_of_1975 .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column h4 {
           margin-top: 12px;
           margin-bottom: 12px;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column h3 {
           margin-top: 0px;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column h2 {
           font-weight: bold;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1975 .column h1 {
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*general*/

        .alumni_updates_class_of_1975 .column endbug {
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
In Memoriam: Rick Carpenter
***********************************/

    /*general*/

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column endbug {
           border-width: 0px;
        }

    /*headers*/

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 2.125rem;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: bold;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           margin-top: 24px;
           border-width: 0px;
        }

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

    /*links*/

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column a {
           border-width: 0px;
        }

    /*lists*/

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
           border-width: 0px;
        }

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

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
           border-width: 0px;
        }

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

        .in_memoriam_professor_emeritus_j_richard_rick_carpenter_jr_m_ed_72_age_78 .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Alumni Updates: Class of 1981
***********************************/

    /*layoutitems*/

        .alumni_updates_class_of_1981 .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .alumni_updates_class_of_1981 .column div.container-default {
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           gap: normal;
           border-width: 0px;
        }

    /*images*/

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

    /*paragraphs*/

        .alumni_updates_class_of_1981 .column p.NoLineSpace {
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column p.Caption {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column p.PullQuoteCredit {
           text-align: center;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.125rem;
           font-family: Georgia, serif;
           border-width: 0px;
        }

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

        .alumni_updates_class_of_1981 .column p {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*lists*/

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

        .alumni_updates_class_of_1981 .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1981 .column .Numerical {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1981 .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .alumni_updates_class_of_1981 .column a {
           border-width: 0px;
        }

    /*inlines*/

        .alumni_updates_class_of_1981 .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-size: 3.4375rem;
           font-family: Helvetica, sans-serif;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .alumni_updates_class_of_1981 .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column h4 {
           margin-top: 12px;
           margin-bottom: 12px;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column h3 {
           margin-top: 0px;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column h2 {
           font-weight: bold;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1981 .column h1 {
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*general*/

        .alumni_updates_class_of_1981 .column endbug {
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Arrived
***********************************/

    /*layoutitems*/

        .arrived .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .arrived .column div.container-default {
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           gap: normal;
           border-width: 0px;
        }

    /*images*/

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

    /*paragraphs*/

        .arrived .column p.NoLineSpace {
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .arrived .column p.Caption {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .arrived .column p.PullQuoteCredit {
           text-align: center;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.125rem;
           font-family: Georgia, serif;
           border-width: 0px;
        }

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

        .arrived .column p {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*lists*/

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

        .arrived .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .arrived .column .Numerical {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .arrived .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .arrived .column a {
           border-width: 0px;
        }

    /*inlines*/

        .arrived .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

        .arrived .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .arrived .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .arrived .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .arrived .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .arrived .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .arrived .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .arrived .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-size: 3.4375rem;
           font-family: Helvetica, sans-serif;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .arrived .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .arrived .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .arrived .column h4 {
           margin-top: 12px;
           margin-bottom: 12px;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .arrived .column h3 {
           margin-top: 0px;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .arrived .column h2 {
           font-weight: bold;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .arrived .column h1 {
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*general*/

        .arrived .column endbug {
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Alumni Updates: Class of 1987
***********************************/

    /*layoutitems*/

        .alumni_updates_class_of_1987 .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .alumni_updates_class_of_1987 .column div.container-default {
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           gap: normal;
           border-width: 0px;
        }

    /*images*/

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

    /*paragraphs*/

        .alumni_updates_class_of_1987 .column p.NoLineSpace {
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column p.Caption {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column p.PullQuoteCredit {
           text-align: center;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.125rem;
           font-family: Georgia, serif;
           border-width: 0px;
        }

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

        .alumni_updates_class_of_1987 .column p {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*lists*/

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

        .alumni_updates_class_of_1987 .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1987 .column .Numerical {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1987 .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .alumni_updates_class_of_1987 .column a {
           border-width: 0px;
        }

    /*inlines*/

        .alumni_updates_class_of_1987 .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-size: 3.4375rem;
           font-family: Helvetica, sans-serif;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .alumni_updates_class_of_1987 .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column h4 {
           margin-top: 12px;
           margin-bottom: 12px;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column h3 {
           margin-top: 0px;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column h2 {
           font-weight: bold;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1987 .column h1 {
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*general*/

        .alumni_updates_class_of_1987 .column endbug {
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Alumni Updates: Class of 1993
***********************************/

    /*general*/

        .alumni_updates_class_of_1993 .column endbug {
           border-width: 0px;
        }

    /*headers*/

        .alumni_updates_class_of_1993 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 2.125rem;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
           font-weight: bold;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           margin-top: 24px;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .alumni_updates_class_of_1993 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

    /*links*/

        .alumni_updates_class_of_1993 .column a {
           border-width: 0px;
        }

    /*lists*/

        .alumni_updates_class_of_1993 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1993 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1993 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .alumni_updates_class_of_1993 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
           border-width: 0px;
        }

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

        .alumni_updates_class_of_1993 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

        .alumni_updates_class_of_1993 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

        .alumni_updates_class_of_1993 .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .alumni_updates_class_of_1993 .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Alumni Updates: Class of 1999
***********************************/

    /*layoutitems*/

        .alumni_updates_class_of_1999 .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .alumni_updates_class_of_1999 .column div.container-default {
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           gap: normal;
           border-width: 0px;
        }

    /*images*/

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

    /*paragraphs*/

        .alumni_updates_class_of_1999 .column p.NoLineSpace {
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column p.Caption {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column p.PullQuoteCredit {
           text-align: center;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.125rem;
           font-family: Georgia, serif;
           border-width: 0px;
        }

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

        .alumni_updates_class_of_1999 .column p {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*lists*/

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

        .alumni_updates_class_of_1999 .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1999 .column .Numerical {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_1999 .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .alumni_updates_class_of_1999 .column a {
           border-width: 0px;
        }

    /*inlines*/

        .alumni_updates_class_of_1999 .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-size: 3.4375rem;
           font-family: Helvetica, sans-serif;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .alumni_updates_class_of_1999 .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column h4 {
           margin-top: 12px;
           margin-bottom: 12px;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column h3 {
           margin-top: 0px;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column h2 {
           font-weight: bold;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_1999 .column h1 {
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*general*/

        .alumni_updates_class_of_1999 .column endbug {
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
We Did!
***********************************/

    /*general*/

        .we_did .column endbug {
           border-width: 0px;
        }

    /*headers*/

        .we_did .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 2.125rem;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .we_did .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
           font-weight: bold;
           border-width: 0px;
        }

        .we_did .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

        .we_did .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .we_did .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           margin-top: 24px;
           border-width: 0px;
        }

        .we_did .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .we_did .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

        .we_did .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .we_did .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .we_did .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .we_did .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .we_did .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .we_did .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .we_did .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

    /*links*/

        .we_did .column a {
           border-width: 0px;
        }

    /*lists*/

        .we_did .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

        .we_did .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .we_did .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .we_did .column p {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
           border-width: 0px;
        }

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

        .we_did .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
           border-width: 0px;
        }

        .we_did .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

        .we_did .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

        .we_did .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .we_did .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Alumni Updates: Class of 2005
***********************************/

    /*general*/

        .alumni_updates_class_of_2005 .column endbug {
           border-width: 0px;
        }

    /*headers*/

        .alumni_updates_class_of_2005 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 2.125rem;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
           font-weight: bold;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           margin-top: 24px;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .alumni_updates_class_of_2005 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

    /*links*/

        .alumni_updates_class_of_2005 .column a {
           border-width: 0px;
        }

    /*lists*/

        .alumni_updates_class_of_2005 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_2005 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_2005 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .alumni_updates_class_of_2005 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
           border-width: 0px;
        }

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

        .alumni_updates_class_of_2005 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

        .alumni_updates_class_of_2005 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

        .alumni_updates_class_of_2005 .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .alumni_updates_class_of_2005 .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Alumni Updates: Class of 2011
***********************************/

    /*layoutitems*/

        .alumni_updates_class_of_2011 .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .alumni_updates_class_of_2011 .column div.container-default {
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           gap: normal;
           border-width: 0px;
        }

    /*images*/

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

    /*paragraphs*/

        .alumni_updates_class_of_2011 .column p.NoLineSpace {
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column p.Caption {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column p.PullQuoteCredit {
           text-align: center;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.125rem;
           font-family: Georgia, serif;
           border-width: 0px;
        }

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

        .alumni_updates_class_of_2011 .column p {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*lists*/

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

        .alumni_updates_class_of_2011 .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_2011 .column .Numerical {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_2011 .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .alumni_updates_class_of_2011 .column a {
           border-width: 0px;
        }

    /*inlines*/

        .alumni_updates_class_of_2011 .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-size: 3.4375rem;
           font-family: Helvetica, sans-serif;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .alumni_updates_class_of_2011 .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column h4 {
           margin-top: 12px;
           margin-bottom: 12px;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column h3 {
           margin-top: 0px;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column h2 {
           font-weight: bold;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2011 .column h1 {
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*general*/

        .alumni_updates_class_of_2011 .column endbug {
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Alumni Updates: Class of 2017
***********************************/

    /*general*/

        .alumni_updates_class_of_2017 .column endbug {
           border-width: 0px;
        }

    /*headers*/

        .alumni_updates_class_of_2017 .column h1 {
           font-family: Helvetica, sans-serif;
           font-size: 2.125rem;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column h2 {
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
           font-weight: bold;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column h4 {
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column h5 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           margin-top: 24px;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column h6 {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .alumni_updates_class_of_2017 .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

    /*links*/

        .alumni_updates_class_of_2017 .column a {
           border-width: 0px;
        }

    /*lists*/

        .alumni_updates_class_of_2017 .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_2017 .column .Numerical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_2017 .column .Alphabetical {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .alumni_updates_class_of_2017 .column p {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
           border-width: 0px;
        }

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

        .alumni_updates_class_of_2017 .column p.PullQuoteCredit {
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 24px;
           text-align: center;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

        .alumni_updates_class_of_2017 .column p.NoLineSpace {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

        .alumni_updates_class_of_2017 .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .alumni_updates_class_of_2017 .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Alumni Updates: Class of 2023
***********************************/

    /*layoutitems*/

        .alumni_updates_class_of_2023 .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .alumni_updates_class_of_2023 .column div.container-default {
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           gap: normal;
           border-width: 0px;
        }

    /*images*/

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

    /*paragraphs*/

        .alumni_updates_class_of_2023 .column p.NoLineSpace {
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column p.Caption {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column p.PullQuoteCredit {
           text-align: center;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.125rem;
           font-family: Georgia, serif;
           border-width: 0px;
        }

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

        .alumni_updates_class_of_2023 .column p {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*lists*/

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

        .alumni_updates_class_of_2023 .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_2023 .column .Numerical {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .alumni_updates_class_of_2023 .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .alumni_updates_class_of_2023 .column a {
           border-width: 0px;
        }

    /*inlines*/

        .alumni_updates_class_of_2023 .column .McDanielred {
           color: #e33730;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column .McDanielneutralblack {
           color: #3f4443;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column .McDanielyellow {
           color: #fff200;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column .McDanielgreen {
           color: #0db146;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column .McDanielpurple {
           color: #41387a;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column .McDanielblue {
           color: #00aeef;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-size: 3.4375rem;
           font-family: Helvetica, sans-serif;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .alumni_updates_class_of_2023 .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column h4 {
           margin-top: 12px;
           margin-bottom: 12px;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column h3 {
           margin-top: 0px;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column h2 {
           font-weight: bold;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .alumni_updates_class_of_2023 .column h1 {
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

    /*general*/

        .alumni_updates_class_of_2023 .column endbug {
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Keep Climbing
***********************************/

    /*paragraphs*/

        .keep_climbing .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           border-width: 0px;
        }

        .keep_climbing .column p.paragraphs-1imqhv96i {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .keep_climbing .column p.paragraphs-1in44p8o4 {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
           text-transform: capitalize;
        }

    /*inlines*/

        .keep_climbing .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

        .keep_climbing .column span.inlines-1in44hoik {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.5rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

        .keep_climbing .column span.inlines-1in44iq5l {
           background-color: transparent;
           color: #222222;
           font-family: Georgia, serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           font-variant: small-caps;
           padding: 0px;
           border-width: 0px;
           text-align: center;
        }

    /*images*/

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

    /*links*/

        .keep_climbing .column a {
           border-width: 0px;
        }

    /*headers*/

        .keep_climbing .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           border-width: 0px;
        }

        .keep_climbing .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .keep_climbing .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .keep_climbing .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .keep_climbing .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .keep_climbing .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

        .keep_climbing .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Pop Quiz
***********************************/

    /*paragraphs*/

        .pop_quiz .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           border-width: 0px;
        }

    /*inlines*/

        .pop_quiz .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

    /*images*/

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

    /*links*/

        .pop_quiz .column a {
           border-width: 0px;
        }

    /*headers*/

        .pop_quiz .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           border-width: 0px;
        }

        .pop_quiz .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .pop_quiz .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .pop_quiz .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .pop_quiz .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .pop_quiz .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

        .pop_quiz .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Back Cover
***********************************/

    /*paragraphs*/

        .back_cover .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           border-width: 0px;
        }

    /*inlines*/

        .back_cover .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

    /*images*/

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

    /*links*/

        .back_cover .column a {
           border-width: 0px;
        }

    /*headers*/

        .back_cover .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           border-width: 0px;
        }

        .back_cover .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .back_cover .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .back_cover .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .back_cover .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .back_cover .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

        .back_cover .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }

div.bookviewport { background-color: #333333; }
div.pagecontainer .page_disable_overlay { background-color: #333333; }