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

    /*layoutitems*/

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

    /*containers*/

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

        .masthead .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;
        }

    /*general*/

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

    /*headers*/

        .masthead .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;
        }

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

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

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

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

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

    /*inlines*/

        .masthead .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;
        }

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

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

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

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

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

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

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

    /*links*/

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

    /*lists*/

        .masthead .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;
        }

        .masthead .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;
        }

        .masthead .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;
        }

        .masthead .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;
        }

    /*paragraphs*/

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

        .masthead .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;
        }

        .masthead .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;
        }

        .masthead .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;
        }

        .masthead .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;
        }

.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; }
/***********************************
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; }
/***********************************
Reaching New Heights: The Campaign for McDaniel College
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

        .reaching_new_heights_the_campaign_for_mcdaniel_college .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;
        }

        .reaching_new_heights_the_campaign_for_mcdaniel_college .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;
        }

        .reaching_new_heights_the_campaign_for_mcdaniel_college .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;
        }

        .reaching_new_heights_the_campaign_for_mcdaniel_college .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;
        }

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

        .reaching_new_heights_the_campaign_for_mcdaniel_college .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;
        }

        .reaching_new_heights_the_campaign_for_mcdaniel_college .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;
        }

        .reaching_new_heights_the_campaign_for_mcdaniel_college .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

        .creating_spaces_for_academic_excellence .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;
        }

        .creating_spaces_for_academic_excellence .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;
        }

        .creating_spaces_for_academic_excellence .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;
        }

        .creating_spaces_for_academic_excellence .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;
        }

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

        .creating_spaces_for_academic_excellence .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;
        }

        .creating_spaces_for_academic_excellence .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;
        }

        .creating_spaces_for_academic_excellence .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
The Learning Commons @ Hoover Library
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

        .the_learning_commons_hoover_library .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;
        }

        .the_learning_commons_hoover_library .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;
        }

        .the_learning_commons_hoover_library .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;
        }

        .the_learning_commons_hoover_library .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;
        }

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

        .the_learning_commons_hoover_library .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;
        }

        .the_learning_commons_hoover_library .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;
        }

        .the_learning_commons_hoover_library .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

        .student_accessibility_support_services .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;
        }

        .student_accessibility_support_services .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;
        }

        .student_accessibility_support_services .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;
        }

        .student_accessibility_support_services .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;
        }

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

        .student_accessibility_support_services .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;
        }

        .student_accessibility_support_services .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;
        }

        .student_accessibility_support_services .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

        .the_writing_center .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;
        }

        .the_writing_center .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;
        }

        .the_writing_center .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;
        }

        .the_writing_center .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;
        }

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

        .the_writing_center .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;
        }

        .the_writing_center .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;
        }

        .the_writing_center .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

        .the_stem_center .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;
        }

        .the_stem_center .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;
        }

        .the_stem_center .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;
        }

        .the_stem_center .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;
        }

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

        .the_stem_center .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;
        }

        .the_stem_center .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;
        }

        .the_stem_center .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

        .building_for_the_future .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;
        }

        .building_for_the_future .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;
        }

        .building_for_the_future .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;
        }

        .building_for_the_future .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;
        }

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

        .building_for_the_future .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;
        }

        .building_for_the_future .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;
        }

        .building_for_the_future .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

        .business_department .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;
        }

        .business_department .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;
        }

        .business_department .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;
        }

        .business_department .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;
        }

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

        .business_department .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;
        }

        .business_department .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;
        }

        .business_department .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Cultivating Campus Life and Community Belonging
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

        .cultivating_campus_life_and_community_belonging .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;
        }

        .cultivating_campus_life_and_community_belonging .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;
        }

        .cultivating_campus_life_and_community_belonging .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;
        }

        .cultivating_campus_life_and_community_belonging .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;
        }

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

        .cultivating_campus_life_and_community_belonging .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;
        }

        .cultivating_campus_life_and_community_belonging .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;
        }

        .cultivating_campus_life_and_community_belonging .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
The Ripple Effects of Consistent Giving
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

        .the_ripple_effects_of_consistent_giving .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;
        }

        .the_ripple_effects_of_consistent_giving .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;
        }

        .the_ripple_effects_of_consistent_giving .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;
        }

        .the_ripple_effects_of_consistent_giving .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;
        }

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

        .the_ripple_effects_of_consistent_giving .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;
        }

        .the_ripple_effects_of_consistent_giving .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;
        }

        .the_ripple_effects_of_consistent_giving .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Q&A with Nicki James '26
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

        .q_a_with_nicki_james_26 .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;
        }

        .q_a_with_nicki_james_26 .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;
        }

        .q_a_with_nicki_james_26 .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;
        }

        .q_a_with_nicki_james_26 .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;
        }

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

        .q_a_with_nicki_james_26 .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;
        }

        .q_a_with_nicki_james_26 .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;
        }

        .q_a_with_nicki_james_26 .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

        .community_connections .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;
        }

        .community_connections .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;
        }

        .community_connections .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;
        }

        .community_connections .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;
        }

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

        .community_connections .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;
        }

        .community_connections .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;
        }

        .community_connections .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Centering Alumni in the Student Experience
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

        .centering_alumni_in_the_student_experience .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;
        }

        .centering_alumni_in_the_student_experience .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;
        }

        .centering_alumni_in_the_student_experience .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;
        }

        .centering_alumni_in_the_student_experience .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;
        }

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

        .centering_alumni_in_the_student_experience .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;
        }

        .centering_alumni_in_the_student_experience .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;
        }

        .centering_alumni_in_the_student_experience .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Finding Fulfillment in Volunteerism on the Hill
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

        .finding_fulfillment_in_volunteerism_on_the_hill .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;
        }

        .finding_fulfillment_in_volunteerism_on_the_hill .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;
        }

        .finding_fulfillment_in_volunteerism_on_the_hill .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;
        }

        .finding_fulfillment_in_volunteerism_on_the_hill .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;
        }

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

        .finding_fulfillment_in_volunteerism_on_the_hill .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;
        }

        .finding_fulfillment_in_volunteerism_on_the_hill .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;
        }

        .finding_fulfillment_in_volunteerism_on_the_hill .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Q&A with Sana Askari '26
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

        .q_a_with_sana_askari_26 .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;
        }

        .q_a_with_sana_askari_26 .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;
        }

        .q_a_with_sana_askari_26 .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;
        }

        .q_a_with_sana_askari_26 .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;
        }

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

        .q_a_with_sana_askari_26 .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;
        }

        .q_a_with_sana_askari_26 .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;
        }

        .q_a_with_sana_askari_26 .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

        .career_connections .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;
        }

        .career_connections .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;
        }

        .career_connections .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;
        }

        .career_connections .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;
        }

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

        .career_connections .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;
        }

        .career_connections .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;
        }

        .career_connections .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /*layoutitems*/

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

    /*containers*/

        .gift_highlights .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;
        }

    /*lists*/

        .gift_highlights .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;
        }

    /*images*/

        .gift_highlights .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;
        }

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*layoutitems*/

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

    /*containers*/

        .alumni_updates_honor_class .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_honor_class .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;
        }

    /*general*/

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

    /*headers*/

        .alumni_updates_honor_class .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_honor_class .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_honor_class .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

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

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

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

    /*inlines*/

        .alumni_updates_honor_class .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_honor_class .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

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

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

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

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

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

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

    /*links*/

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

    /*lists*/

        .alumni_updates_honor_class .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_honor_class .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_honor_class .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_honor_class .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;
        }

    /*paragraphs*/

        .alumni_updates_honor_class .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_honor_class .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_honor_class .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_honor_class .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_honor_class .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;
        }

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

    /*general*/

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

    /*headers*/

        .in_memoriam_m_lee_rice .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_m_lee_rice .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_m_lee_rice .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

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

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

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

    /*inlines*/

        .in_memoriam_m_lee_rice .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_m_lee_rice .column a {
           border-width: 0px;
        }

    /*lists*/

        .in_memoriam_m_lee_rice .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_m_lee_rice .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_m_lee_rice .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_m_lee_rice .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_m_lee_rice .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_m_lee_rice .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_m_lee_rice .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_m_lee_rice .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_m_lee_rice .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_m_lee_rice .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_m_lee_rice .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_m_lee_rice .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 1970
***********************************/

    /*paragraphs*/

        .alumni_updates_class_of_1970 .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_1970 .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_1970 .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_1970 .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_1970 .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_1970 .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_1970 .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_1970 .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_1970 .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_1970 .column a {
           border-width: 0px;
        }

    /*inlines*/

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

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

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

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

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

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

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

        .alumni_updates_class_of_1970 .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_1970 .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

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

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

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

        .alumni_updates_class_of_1970 .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_1970 .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_1970 .column endbug {
           border-width: 0px;
        }

    /*images*/

        .alumni_updates_class_of_1970 .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_1970 .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_1970 .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 1976
***********************************/

    /*layoutitems*/

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

    /*containers*/

        .alumni_updates_class_of_1976 .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_1976 .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;
        }

    /*general*/

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

    /*headers*/

        .alumni_updates_class_of_1976 .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_1976 .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_1976 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

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

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

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

    /*inlines*/

        .alumni_updates_class_of_1976 .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_1976 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

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

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

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

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

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

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

    /*links*/

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

    /*lists*/

        .alumni_updates_class_of_1976 .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_1976 .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_1976 .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_1976 .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;
        }

    /*paragraphs*/

        .alumni_updates_class_of_1976 .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_1976 .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_1976 .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_1976 .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_1976 .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;
        }

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

    /*paragraphs*/

        .alumni_updates_class_of_1982 .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_1982 .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_1982 .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_1982 .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_1982 .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_1982 .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_1982 .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_1982 .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_1982 .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_1982 .column a {
           border-width: 0px;
        }

    /*inlines*/

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

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

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

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

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

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

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

        .alumni_updates_class_of_1982 .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_1982 .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

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

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

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

        .alumni_updates_class_of_1982 .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_1982 .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_1982 .column endbug {
           border-width: 0px;
        }

    /*images*/

        .alumni_updates_class_of_1982 .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_1982 .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_1982 .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 1988
***********************************/

    /*layoutitems*/

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

    /*containers*/

        .alumni_updates_class_of_1988 .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_1988 .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;
        }

    /*general*/

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

    /*headers*/

        .alumni_updates_class_of_1988 .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_1988 .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_1988 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

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

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

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

    /*inlines*/

        .alumni_updates_class_of_1988 .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_1988 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

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

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

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

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

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

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

    /*links*/

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

    /*lists*/

        .alumni_updates_class_of_1988 .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_1988 .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_1988 .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_1988 .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;
        }

    /*paragraphs*/

        .alumni_updates_class_of_1988 .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_1988 .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_1988 .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_1988 .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_1988 .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;
        }

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

    /*general*/

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

    /*headers*/

        .arrived .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;
        }

        .arrived .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;
        }

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

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

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

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

    /*inlines*/

        .arrived .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;
        }

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

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

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

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

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

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

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

    /*links*/

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

    /*lists*/

        .arrived .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;
        }

        .arrived .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;
        }

        .arrived .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;
        }

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

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

        .arrived .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;
        }

        .arrived .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;
        }

        .arrived .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;
        }

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

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

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

        .arrived .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 1994
***********************************/

    /*paragraphs*/

        .alumni_updates_class_of_1994 .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_1994 .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_1994 .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_1994 .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_1994 .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_1994 .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_1994 .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_1994 .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_1994 .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_1994 .column a {
           border-width: 0px;
        }

    /*inlines*/

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

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

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

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

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

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

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

        .alumni_updates_class_of_1994 .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_1994 .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

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

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

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

        .alumni_updates_class_of_1994 .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_1994 .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_1994 .column endbug {
           border-width: 0px;
        }

    /*images*/

        .alumni_updates_class_of_1994 .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_1994 .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_1994 .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 2000
***********************************/

    /*layoutitems*/

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

    /*containers*/

        .alumni_updates_class_of_2000 .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_2000 .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;
        }

    /*general*/

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

    /*headers*/

        .alumni_updates_class_of_2000 .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_2000 .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_2000 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

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

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

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

    /*inlines*/

        .alumni_updates_class_of_2000 .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_2000 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

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

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

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

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

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

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

    /*links*/

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

    /*lists*/

        .alumni_updates_class_of_2000 .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_2000 .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_2000 .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_2000 .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;
        }

    /*paragraphs*/

        .alumni_updates_class_of_2000 .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_2000 .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_2000 .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_2000 .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_2000 .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;
        }

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

    /*general*/

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

    /*headers*/

        .in_memoriam_wasyl_palijczuk .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_wasyl_palijczuk .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_wasyl_palijczuk .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

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

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

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

    /*inlines*/

        .in_memoriam_wasyl_palijczuk .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_wasyl_palijczuk .column a {
           border-width: 0px;
        }

    /*lists*/

        .in_memoriam_wasyl_palijczuk .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_wasyl_palijczuk .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_wasyl_palijczuk .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_wasyl_palijczuk .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_wasyl_palijczuk .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_wasyl_palijczuk .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_wasyl_palijczuk .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_wasyl_palijczuk .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_wasyl_palijczuk .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_wasyl_palijczuk .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_wasyl_palijczuk .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_wasyl_palijczuk .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 2006
***********************************/

    /*paragraphs*/

        .alumni_updates_class_of_2006 .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_2006 .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_2006 .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_2006 .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_2006 .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_2006 .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_2006 .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_2006 .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_2006 .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_2006 .column a {
           border-width: 0px;
        }

    /*inlines*/

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

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

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

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

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

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

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

        .alumni_updates_class_of_2006 .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_2006 .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

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

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

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

        .alumni_updates_class_of_2006 .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_2006 .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_2006 .column endbug {
           border-width: 0px;
        }

    /*images*/

        .alumni_updates_class_of_2006 .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_2006 .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_2006 .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 2012
***********************************/

    /*layoutitems*/

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

    /*containers*/

        .alumni_updates_class_of_2012 .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_2012 .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;
        }

    /*general*/

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

    /*headers*/

        .alumni_updates_class_of_2012 .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_2012 .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_2012 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

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

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

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

    /*inlines*/

        .alumni_updates_class_of_2012 .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_2012 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

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

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

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

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

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

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

    /*links*/

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

    /*lists*/

        .alumni_updates_class_of_2012 .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_2012 .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_2012 .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_2012 .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;
        }

    /*paragraphs*/

        .alumni_updates_class_of_2012 .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_2012 .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_2012 .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_2012 .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_2012 .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;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

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

        .we_did .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;
        }

        .we_did .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;
        }

        .we_did .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;
        }

        .we_did .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;
        }

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

        .we_did .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;
        }

        .we_did .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;
        }

        .we_did .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;
        }

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

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

    /*inlines*/

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

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

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

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

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

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

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

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

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

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

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

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

        .we_did .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;
        }

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

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

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

    /*paragraphs*/

        .alumni_updates_class_of_2018 .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_2018 .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_2018 .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_2018 .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_2018 .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_2018 .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_2018 .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_2018 .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_2018 .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_2018 .column a {
           border-width: 0px;
        }

    /*inlines*/

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

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

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

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

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

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

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

        .alumni_updates_class_of_2018 .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_2018 .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

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

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

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

        .alumni_updates_class_of_2018 .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_2018 .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_2018 .column endbug {
           border-width: 0px;
        }

    /*images*/

        .alumni_updates_class_of_2018 .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_2018 .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_2018 .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 2024
***********************************/

    /*layoutitems*/

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

    /*containers*/

        .alumni_updates_class_of_2024 .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_2024 .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;
        }

    /*general*/

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

    /*headers*/

        .alumni_updates_class_of_2024 .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_2024 .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_2024 .column h3 {
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           margin-top: 0px;
           border-width: 0px;
        }

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

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

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

    /*inlines*/

        .alumni_updates_class_of_2024 .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_2024 .column .McDanielpink {
           color: #ec008c;
           border-width: 0px;
        }

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

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

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

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

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

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

    /*links*/

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

    /*lists*/

        .alumni_updates_class_of_2024 .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_2024 .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_2024 .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_2024 .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;
        }

    /*paragraphs*/

        .alumni_updates_class_of_2024 .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_2024 .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_2024 .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_2024 .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_2024 .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;
        }

.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; }
/***********************************
I reached new heights by...
***********************************/

    /*general*/

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

    /*headers*/

        .i_reached_new_heights_by .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;
        }

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

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

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

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

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

    /*inlines*/

        .i_reached_new_heights_by .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;
        }

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

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

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

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

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

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

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

    /*links*/

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

    /*lists*/

        .i_reached_new_heights_by .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;
        }

        .i_reached_new_heights_by .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;
        }

        .i_reached_new_heights_by .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;
        }

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

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

        .i_reached_new_heights_by .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;
        }

        .i_reached_new_heights_by .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;
        }

        .i_reached_new_heights_by .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;
        }

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

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

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

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

    /*general*/

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

    /*headers*/

        .back_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;
        }

        .back_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;
        }

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

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

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

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

    /*inlines*/

        .back_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;
        }

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

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

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

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

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

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

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

    /*links*/

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

    /*lists*/

        .back_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;
        }

        .back_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;
        }

        .back_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;
        }

        .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;
           font-variant: normal;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

    /*paragraphs*/

        .back_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;
        }

        .back_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;
        }

        .back_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;
        }

        .back_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;
        }

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

        .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;
        }

    /*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: #333333FF; }
div.pagecontainer .page_disable_overlay { background-color: #333333FF; }