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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        .cover .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .cover .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .cover .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .cover .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .cover .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

        .toc .column a {
           text-decoration: underline;
           border-width: 0px;
        }

    /*headers*/

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

        .toc .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .toc .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .toc .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .toc .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .toc .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .toc .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; }
/***********************************
President's Letter
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .president_s_letter .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .president_s_letter .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .president_s_letter .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .president_s_letter .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .president_s_letter .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .president_s_letter .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .president_s_letter .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .president_s_letter .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .president_s_letter .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .president_s_letter .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .president_s_letter .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .the_invitational .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .the_invitational .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .the_invitational .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .the_invitational .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .the_invitational .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .the_invitational .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .the_invitational .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .the_invitational .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .the_invitational .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .the_invitational .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .the_invitational .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .on_the_beat .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .on_the_beat .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .on_the_beat .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .on_the_beat .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .on_the_beat .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .on_the_beat .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .on_the_beat .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .on_the_beat .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .on_the_beat .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .on_the_beat .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .on_the_beat .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .rules .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .rules .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .rules .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .rules .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .rules .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .rules .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .rules .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .rules .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .rules .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .rules .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .rules .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .an_enduring_gift_lance_parker_profile .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .an_enduring_gift_lance_parker_profile .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .an_enduring_gift_lance_parker_profile .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .an_enduring_gift_lance_parker_profile .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .an_enduring_gift_lance_parker_profile .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .an_enduring_gift_lance_parker_profile .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .an_enduring_gift_lance_parker_profile .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .an_enduring_gift_lance_parker_profile .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .an_enduring_gift_lance_parker_profile .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .an_enduring_gift_lance_parker_profile .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .an_enduring_gift_lance_parker_profile .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .slo_cc_feature .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .slo_cc_feature .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .slo_cc_feature .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .slo_cc_feature .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .slo_cc_feature .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .slo_cc_feature .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .slo_cc_feature .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .slo_cc_feature .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .slo_cc_feature .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .slo_cc_feature .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .slo_cc_feature .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

        .ncga_psa_online_golf_shop .column a {
           text-decoration: underline;
           border-width: 0px;
        }

    /*headers*/

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

        .ncga_psa_online_golf_shop .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .ncga_psa_online_golf_shop .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .ncga_psa_online_golf_shop .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .ncga_psa_online_golf_shop .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .ncga_psa_online_golf_shop .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .ncga_psa_online_golf_shop .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; }
/***********************************
Dream Team
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .dream_team .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .dream_team .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .dream_team .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .dream_team .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .dream_team .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .dream_team .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .dream_team .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .dream_team .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .dream_team .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .dream_team .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .dream_team .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .heart_healthy .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .heart_healthy .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .heart_healthy .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .heart_healthy .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .heart_healthy .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .heart_healthy .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .heart_healthy .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .heart_healthy .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .heart_healthy .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .heart_healthy .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .heart_healthy .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .reach_ing_out .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .reach_ing_out .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .reach_ing_out .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .reach_ing_out .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .reach_ing_out .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .reach_ing_out .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .reach_ing_out .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .reach_ing_out .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .reach_ing_out .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .reach_ing_out .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .reach_ing_out .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .rules_school .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .rules_school .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .rules_school .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .rules_school .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .rules_school .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .rules_school .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .rules_school .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .rules_school .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .rules_school .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .rules_school .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .rules_school .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .monthly_bulletin .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .monthly_bulletin .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .monthly_bulletin .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .monthly_bulletin .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .monthly_bulletin .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .monthly_bulletin .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .monthly_bulletin .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .monthly_bulletin .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .monthly_bulletin .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .monthly_bulletin .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .monthly_bulletin .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .remembering_ncga_icons .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .remembering_ncga_icons .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .remembering_ncga_icons .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .remembering_ncga_icons .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .remembering_ncga_icons .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .remembering_ncga_icons .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .remembering_ncga_icons .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .remembering_ncga_icons .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .remembering_ncga_icons .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .remembering_ncga_icons .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .remembering_ncga_icons .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .remembering_john_brodie .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .remembering_john_brodie .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .remembering_john_brodie .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .remembering_john_brodie .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .remembering_john_brodie .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .remembering_john_brodie .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .remembering_john_brodie .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .remembering_john_brodie .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .remembering_john_brodie .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .remembering_john_brodie .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .remembering_john_brodie .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

        .ncga_psa_member_benefits .column a {
           text-decoration: underline;
           border-width: 0px;
        }

    /*headers*/

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

        .ncga_psa_member_benefits .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .ncga_psa_member_benefits .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .ncga_psa_member_benefits .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .ncga_psa_member_benefits .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .ncga_psa_member_benefits .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .ncga_psa_member_benefits .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; }
/***********************************
Instruction
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .instruction .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .instruction .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .instruction .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .instruction .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .instruction .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .instruction .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .instruction .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .instruction .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .instruction .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .instruction .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .instruction .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .blast_from_the_past .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .blast_from_the_past .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .blast_from_the_past .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .blast_from_the_past .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .blast_from_the_past .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .blast_from_the_past .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .blast_from_the_past .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .blast_from_the_past .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .blast_from_the_past .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .blast_from_the_past .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .blast_from_the_past .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .ridge_accolades .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .ridge_accolades .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .ridge_accolades .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .ridge_accolades .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .ridge_accolades .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .ridge_accolades .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .ridge_accolades .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .ridge_accolades .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .ridge_accolades .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .ridge_accolades .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .ridge_accolades .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

        .ncga_psa_poppy_hills .column a {
           text-decoration: underline;
           border-width: 0px;
        }

    /*headers*/

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

        .ncga_psa_poppy_hills .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .ncga_psa_poppy_hills .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .ncga_psa_poppy_hills .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .ncga_psa_poppy_hills .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .ncga_psa_poppy_hills .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .ncga_psa_poppy_hills .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; }
/***********************************
What's Hot On Social
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

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

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

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

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

        .what_s_hot_on_social .column h2 {
           padding-top: 5px;
           color: #476c9b;
           font-size: 1.25rem;
           border-width: 0px;
        }

        .what_s_hot_on_social .column h1 {
           font-size: 2.5rem;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .what_s_hot_on_social .column a {
           color: #ed1c24;
           border-width: 0px;
        }

    /*inlines*/

        .what_s_hot_on_social .column .default-drop-cap {
           color: #ed1c24;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

    /*paragraphs*/

        .what_s_hot_on_social .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .what_s_hot_on_social .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

        .what_s_hot_on_social .column ol {
           list-style-type: decimal;
           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;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .what_s_hot_on_social .column .Bullet {
           list-style-type: disc;
           font-size: 0.9375rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .member_benefits .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .member_benefits .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .member_benefits .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .member_benefits .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .member_benefits .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .member_benefits .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .member_benefits .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .member_benefits .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .member_benefits .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .member_benefits .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .member_benefits .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .past_presidents .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .past_presidents .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .past_presidents .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .past_presidents .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .past_presidents .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .past_presidents .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .past_presidents .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .past_presidents .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .past_presidents .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .past_presidents .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .past_presidents .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .murphy_s_law .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .murphy_s_law .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .murphy_s_law .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .murphy_s_law .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .murphy_s_law .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .murphy_s_law .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .murphy_s_law .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .murphy_s_law .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .murphy_s_law .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .murphy_s_law .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .murphy_s_law .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .hole_in_one_sweepstakes .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .hole_in_one_sweepstakes .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .hole_in_one_sweepstakes .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .hole_in_one_sweepstakes .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .hole_in_one_sweepstakes .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .hole_in_one_sweepstakes .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .hole_in_one_sweepstakes .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .hole_in_one_sweepstakes .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .hole_in_one_sweepstakes .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .hole_in_one_sweepstakes .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .hole_in_one_sweepstakes .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

        .member_outings .column h6 {
           line-height: 1.3em;
           margin-top: 0px;
           margin-bottom: 12px;
           font-weight: normal;
           font-size: 0.75rem;
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

        .member_outings .column h5 {
           line-height: 1.3em;
           font-size: 1.125rem;
           margin-top: 12px;
           margin-bottom: 6px;
           font-family: Arial Black, sans-serif;
           border-width: 0px;
        }

        .member_outings .column h4 {
           margin-bottom: 20px;
           color: #949494;
           text-align: center;
           font-family: Arial Black, sans-serif;
           text-transform: uppercase;
           font-size: 1rem;
           border-width: 0px;
        }

        .member_outings .column h3 {
           line-height: 1.1em;
           margin-bottom: 6px;
           text-align: center;
           font-size: 1.375rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: rgb(13, 37, 89);
           border-width: 0px;
        }

        .member_outings .column h2 {
           margin-bottom: 12px;
           text-align: center;
           line-height: 1.1em;
           font-family: Arial Black, sans-serif;
           padding-top: 5px;
           color: #000000;
           font-size: 2.8125rem;
           border-width: 0px;
        }

        .member_outings .column h1 {
           margin-bottom: 6px;
           color: #111a2b;
           text-align: center;
           font-size: 2.8125rem;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1em;
           padding-bottom: 20px;
           padding-right: 0px;
           border-width: 0px;
        }

    /*links*/

        .member_outings .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .member_outings .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #000000;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .member_outings .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

        .member_outings .column p {
           padding-bottom: 10px;
           border-width: 0px;
        }

    /*lists*/

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

        .member_outings .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

        .march_calendar .column ol {
           list-style-type: decimal;
           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;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .march_calendar .column .Bullet {
           font-size: 0.9375rem;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

        .march_calendar .column .Number {
           font-family: Arial Black, sans-serif;
           font-size: 1rem;
           border-width: 0px;
           list-style-image: none;
        }

    /*paragraphs*/

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

        .march_calendar .column p.Tab {
           text-indent: 15px;
           padding-bottom: 5px;
           padding-top: 5px;
           border-width: 0px;
        }

    /*inlines*/

        .march_calendar .column .default-drop-cap {
           float: left;
           font-weight: 900;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.4375rem;
           line-height: 0.4em;
           color: #0e1844;
           border-width: 0px;
        }

    /*links*/

        .march_calendar .column a {
           font-family: Arial, sans-serif;
           color: #384dd2;
           border-width: 0px;
        }

    /*headers*/

        .march_calendar .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 2.5rem;
           color: #0e1844;
           border-width: 0px;
        }

        .march_calendar .column h2 {
           font-family: Arial, sans-serif;
           font-size: 1.25rem;
           color: #f8a021;
           padding-top: 5px;
           line-height: 1.2em;
           border-width: 0px;
        }

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

        .march_calendar .column h4 {
           font-family: Arial, sans-serif;
           border-width: 0px;
        }

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

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

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

div[data-sticky='top'] { position: sticky; top: 0; z-index: 1000; }
div[data-sticky='bottom'] { position: sticky; bottom: 0; z-index: 2000; }
@media print { div.bookviewport { print-color-adjust: exact; } }