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

    /*paragraphs*/

        .cover .column p {
           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: .3em;
           border-width: 0px;
        }

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*images*/

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

    /*lists*/

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

    /*containers*/

        .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;
           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;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           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;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

        .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; }
/***********************************
Youth is Served
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .youth_is_served .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; }
/***********************************
LPGA Back In the Bay
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .lpga_back_in_the_bay .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; }
/***********************************
Hollins Cup
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .hollins_cup .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; }
/***********************************
A Win For All
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .a_win_for_all .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; }
/***********************************
T&S AD
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*lists*/

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

    /*images*/

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

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*layoutitems*/

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

    /*containers*/

        .rules_of_golf .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_of_golf .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_of_golf .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_of_golf .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_of_golf .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_of_golf .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_of_golf .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_of_golf .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_of_golf .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .rules_of_golf .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_of_golf .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

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

    /*lists*/

        .rules_of_golf .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_of_golf .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;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           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;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*links*/

        .ncga_psa_member_benefits .column a {
           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;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           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;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           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;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           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;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           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;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           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;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           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;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .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; }
/***********************************
Blast From the Past
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        ._10_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; }
/***********************************
Class of 2025: Hall of Fame
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .class_of_2025_hall_of_fame .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; }
/***********************************
Faces of the NCGA: Tyler Tharpe
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .faces_of_the_ncga_tyler_tharpe .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; }
/***********************************
Game On
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .game_on .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; }
/***********************************
Koivun Earns McCormack Medal
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .koivun_earns_mccormack_medal .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; }
/***********************************
Romero Earns McCormack Medal
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .romero_earns_mccormack_medal .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 Diver
***********************************/

    /*layoutitems*/

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

    /*containers*/

        .the_diver .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_diver .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_diver .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_diver .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_diver .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_diver .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_diver .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_diver .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_diver .column a {
           text-decoration: underline;
           font-weight: bold;
           font-family: Arial, sans-serif;
           color: #1d31b0;
           border-width: 0px;
        }

    /*inlines*/

        .the_diver .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_diver .column p.Tab {
           padding-top: 0px;
           padding-bottom: 10px;
           text-indent: 15px;
           border-width: 0px;
        }

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

    /*lists*/

        .the_diver .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_diver .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; }
/***********************************
'Walk' This Way
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        ._walk_this_way .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; }
/***********************************
Asterisk Talley
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .asterisk_talley .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 Ridge
***********************************/

    /*paragraphs*/

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

    /*inlines*/

        .ncga_psa_poppy_ridge .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_ridge .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

        .ncga_psa_poppy_ridge .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_ridge .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; }
/***********************************
Pays to Know the PR Guy
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .dinger_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; }
/***********************************
Mental Game
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .mental_game .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; }
/***********************************
Stableford Scoring 101
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .stableford_scoring_101 .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; }
/***********************************
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; }
/***********************************
Faces of the NCGA Stephanie Gibri
***********************************/

    /*headers*/

        .faces_of_the_ncga_stephanie_gibri .column h6 {
           font-size: 0.5625rem;
           line-height: 1.1em;
           margin-bottom: 20px;
           border-width: 0px;
        }

        .faces_of_the_ncga_stephanie_gibri .column h5 {
           color: #054b8c;
           border-width: 0px;
        }

        .faces_of_the_ncga_stephanie_gibri .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
           border-width: 0px;
        }

        .faces_of_the_ncga_stephanie_gibri .column h3 {
           color: #6fc13a;
           border-width: 0px;
        }

        .faces_of_the_ncga_stephanie_gibri .column h2 {
           line-height: 1.1em;
           font-weight: bold;
           text-align: center;
           padding-top: 5px;
           color: #0e593c;
           font-size: 1.5625rem;
           margin-top: 0px;
           margin-bottom: 20px;
           border-width: 0px;
        }

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

        .faces_of_the_ncga_stephanie_gibri .column a {
           font-weight: bold;
           color: #0e593c;
           line-height: 1.1em;
           border-width: 0px;
        }

    /*inlines*/

        .faces_of_the_ncga_stephanie_gibri .column .default-drop-cap {
           color: #0e593c;
           line-height: 0.5em;
           font-size: 3.4375rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

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

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

    /*lists*/

        .faces_of_the_ncga_stephanie_gibri .column .bullet2 {
           list-style-type: circle;
           padding-left: 60px;
           line-height: 1.8em;
           font-size: 1rem;
           border-width: 0px;
           list-style-image: none;
        }

        .faces_of_the_ncga_stephanie_gibri .column .Bullet {
           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;
        }

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

    /*images*/

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

    /*containers*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .travel .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; }
/***********************************
Gear
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .gear .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; }
/***********************************
Tournament Central - NCGA Amateur
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .tournament_central_ncga_amateur .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.4375rem;
           line-height: 0.5em;
           color: #071437;
           border-width: 0px;
        }

    /*links*/

        .tournament_central_ncga_amateur .column a {
           line-height: 1.1em;
           color: #284693;
           font-weight: bold;
           border-width: 0px;
        }

    /*headers*/

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

        .tournament_central_ncga_amateur .column h2 {
           margin-bottom: 20px;
           margin-top: 0px;
           font-size: 1.5625rem;
           color: #0e4c8b;
           padding-top: 5px;
           text-align: center;
           font-weight: bold;
           line-height: 1.1em;
           border-width: 0px;
        }

        .tournament_central_ncga_amateur .column h3 {
           color: #071437;
           padding-bottom: 8px;
           border-width: 0px;
        }

        .tournament_central_ncga_amateur .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
           border-width: 0px;
        }

        .tournament_central_ncga_amateur .column h5 {
           margin-top: 10px;
           line-height: 0.3em;
           font-weight: bold;
           border-width: 0px;
        }

        .tournament_central_ncga_amateur .column h6 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-size: 0.5625rem;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Tournament Central - NCGA Women's Amateur
***********************************/

    /*headers*/

        .tournament_central_ncga_women_s_amateur .column h6 {
           font-size: 0.5625rem;
           line-height: 1.1em;
           margin-bottom: 20px;
           border-width: 0px;
        }

        .tournament_central_ncga_women_s_amateur .column h5 {
           font-weight: bold;
           line-height: 0.3em;
           margin-top: 10px;
           border-width: 0px;
        }

        .tournament_central_ncga_women_s_amateur .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
           border-width: 0px;
        }

        .tournament_central_ncga_women_s_amateur .column h3 {
           padding-bottom: 8px;
           color: #071437;
           border-width: 0px;
        }

        .tournament_central_ncga_women_s_amateur .column h2 {
           line-height: 1.1em;
           font-weight: bold;
           text-align: center;
           padding-top: 5px;
           color: #0e4c8b;
           font-size: 1.5625rem;
           margin-top: 0px;
           margin-bottom: 20px;
           border-width: 0px;
        }

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

    /*links*/

        .tournament_central_ncga_women_s_amateur .column a {
           font-weight: bold;
           color: #284693;
           line-height: 1.1em;
           border-width: 0px;
        }

    /*inlines*/

        .tournament_central_ncga_women_s_amateur .column .default-drop-cap {
           color: #071437;
           line-height: 0.5em;
           font-size: 3.4375rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Tournament Central - NCGA Senior Amateur Match Play
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .tournament_central_ncga_senior_amateur_match_play .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.4375rem;
           line-height: 0.5em;
           color: #071437;
           border-width: 0px;
        }

    /*links*/

        .tournament_central_ncga_senior_amateur_match_play .column a {
           line-height: 1.1em;
           color: #284693;
           font-weight: bold;
           border-width: 0px;
        }

    /*headers*/

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

        .tournament_central_ncga_senior_amateur_match_play .column h2 {
           margin-bottom: 20px;
           margin-top: 0px;
           font-size: 1.5625rem;
           color: #0e4c8b;
           padding-top: 5px;
           text-align: center;
           font-weight: bold;
           line-height: 1.1em;
           border-width: 0px;
        }

        .tournament_central_ncga_senior_amateur_match_play .column h3 {
           color: #071437;
           padding-bottom: 8px;
           border-width: 0px;
        }

        .tournament_central_ncga_senior_amateur_match_play .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
           border-width: 0px;
        }

        .tournament_central_ncga_senior_amateur_match_play .column h5 {
           margin-top: 10px;
           line-height: 0.3em;
           font-weight: bold;
           border-width: 0px;
        }

        .tournament_central_ncga_senior_amateur_match_play .column h6 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-size: 0.5625rem;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Tournament Central - NCGA Senior Women's Amateur Match Play
***********************************/

    /*headers*/

        .tournament_central_ncga_senior_women_s_amateur_match_play .column h6 {
           font-size: 0.5625rem;
           line-height: 1.1em;
           margin-bottom: 20px;
           border-width: 0px;
        }

        .tournament_central_ncga_senior_women_s_amateur_match_play .column h5 {
           font-weight: bold;
           line-height: 0.3em;
           margin-top: 10px;
           border-width: 0px;
        }

        .tournament_central_ncga_senior_women_s_amateur_match_play .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
           border-width: 0px;
        }

        .tournament_central_ncga_senior_women_s_amateur_match_play .column h3 {
           padding-bottom: 8px;
           color: #071437;
           border-width: 0px;
        }

        .tournament_central_ncga_senior_women_s_amateur_match_play .column h2 {
           line-height: 1.1em;
           font-weight: bold;
           text-align: center;
           padding-top: 5px;
           color: #0e4c8b;
           font-size: 1.5625rem;
           margin-top: 0px;
           margin-bottom: 20px;
           border-width: 0px;
        }

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

    /*links*/

        .tournament_central_ncga_senior_women_s_amateur_match_play .column a {
           font-weight: bold;
           color: #284693;
           line-height: 1.1em;
           border-width: 0px;
        }

    /*inlines*/

        .tournament_central_ncga_senior_women_s_amateur_match_play .column .default-drop-cap {
           color: #071437;
           line-height: 0.5em;
           font-size: 3.4375rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Tournament Central - NCGA Super Senior Amateur
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .tournament_central_ncga_super_senior_amateur .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.4375rem;
           line-height: 0.5em;
           color: #071437;
           border-width: 0px;
        }

    /*links*/

        .tournament_central_ncga_super_senior_amateur .column a {
           line-height: 1.1em;
           color: #284693;
           font-weight: bold;
           border-width: 0px;
        }

    /*headers*/

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

        .tournament_central_ncga_super_senior_amateur .column h2 {
           margin-bottom: 20px;
           margin-top: 0px;
           font-size: 1.5625rem;
           color: #0e4c8b;
           padding-top: 5px;
           text-align: center;
           font-weight: bold;
           line-height: 1.1em;
           border-width: 0px;
        }

        .tournament_central_ncga_super_senior_amateur .column h3 {
           color: #071437;
           padding-bottom: 8px;
           border-width: 0px;
        }

        .tournament_central_ncga_super_senior_amateur .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
           border-width: 0px;
        }

        .tournament_central_ncga_super_senior_amateur .column h5 {
           margin-top: 10px;
           line-height: 0.3em;
           font-weight: bold;
           border-width: 0px;
        }

        .tournament_central_ncga_super_senior_amateur .column h6 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-size: 0.5625rem;
           border-width: 0px;
        }

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

    /*headers*/

        .tournament_central_zone_championship .column h6 {
           font-size: 0.5625rem;
           line-height: 1.1em;
           margin-bottom: 20px;
           border-width: 0px;
        }

        .tournament_central_zone_championship .column h5 {
           font-weight: bold;
           line-height: 0.3em;
           margin-top: 10px;
           border-width: 0px;
        }

        .tournament_central_zone_championship .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
           border-width: 0px;
        }

        .tournament_central_zone_championship .column h3 {
           padding-bottom: 8px;
           color: #071437;
           border-width: 0px;
        }

        .tournament_central_zone_championship .column h2 {
           line-height: 1.1em;
           font-weight: bold;
           text-align: center;
           padding-top: 5px;
           color: #0e4c8b;
           font-size: 1.5625rem;
           margin-top: 0px;
           margin-bottom: 20px;
           border-width: 0px;
        }

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

    /*links*/

        .tournament_central_zone_championship .column a {
           font-weight: bold;
           color: #284693;
           line-height: 1.1em;
           border-width: 0px;
        }

    /*inlines*/

        .tournament_central_zone_championship .column .default-drop-cap {
           color: #071437;
           line-height: 0.5em;
           font-size: 3.4375rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

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

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

    /*headers*/

        .tournament_central_associate_club .column h6 {
           font-size: 0.5625rem;
           line-height: 1.1em;
           margin-bottom: 20px;
           border-width: 0px;
        }

        .tournament_central_associate_club .column h5 {
           font-weight: bold;
           line-height: 0.3em;
           margin-top: 10px;
           border-width: 0px;
        }

        .tournament_central_associate_club .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
           border-width: 0px;
        }

        .tournament_central_associate_club .column h3 {
           padding-bottom: 8px;
           color: #071437;
           border-width: 0px;
        }

        .tournament_central_associate_club .column h2 {
           line-height: 1.1em;
           font-weight: bold;
           text-align: center;
           padding-top: 5px;
           color: #0e4c8b;
           font-size: 1.5625rem;
           margin-top: 0px;
           margin-bottom: 20px;
           border-width: 0px;
        }

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

    /*links*/

        .tournament_central_associate_club .column a {
           font-weight: bold;
           color: #284693;
           line-height: 1.1em;
           border-width: 0px;
        }

    /*inlines*/

        .tournament_central_associate_club .column .default-drop-cap {
           color: #071437;
           line-height: 0.5em;
           font-size: 3.4375rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Tournament Central-WGANC Legacy Team Challenge
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .wganc_legacy_team_challenge .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.4375rem;
           line-height: 0.5em;
           color: #071437;
           border-width: 0px;
        }

    /*links*/

        .wganc_legacy_team_challenge .column a {
           line-height: 1.1em;
           color: #284693;
           font-weight: bold;
           border-width: 0px;
        }

    /*headers*/

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

        .wganc_legacy_team_challenge .column h2 {
           margin-bottom: 20px;
           margin-top: 0px;
           font-size: 1.5625rem;
           color: #0e4c8b;
           padding-top: 5px;
           text-align: center;
           font-weight: bold;
           line-height: 1.1em;
           border-width: 0px;
        }

        .wganc_legacy_team_challenge .column h3 {
           color: #071437;
           padding-bottom: 8px;
           border-width: 0px;
        }

        .wganc_legacy_team_challenge .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
           border-width: 0px;
        }

        .wganc_legacy_team_challenge .column h5 {
           margin-top: 10px;
           line-height: 0.3em;
           font-weight: bold;
           border-width: 0px;
        }

        .wganc_legacy_team_challenge .column h6 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-size: 0.5625rem;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
28th NCGA Senior Four-Ball Net Championship
***********************************/

    /*headers*/

        ._28th_ncga_senior_four_ball_net_championship .column h6 {
           font-size: 0.5625rem;
           line-height: 1.1em;
           margin-bottom: 20px;
           border-width: 0px;
        }

        ._28th_ncga_senior_four_ball_net_championship .column h5 {
           font-weight: bold;
           line-height: 0.3em;
           margin-top: 10px;
           border-width: 0px;
        }

        ._28th_ncga_senior_four_ball_net_championship .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
           border-width: 0px;
        }

        ._28th_ncga_senior_four_ball_net_championship .column h3 {
           padding-bottom: 8px;
           color: #071437;
           border-width: 0px;
        }

        ._28th_ncga_senior_four_ball_net_championship .column h2 {
           line-height: 1.1em;
           font-weight: bold;
           text-align: center;
           padding-top: 5px;
           color: #0e4c8b;
           font-size: 1.5625rem;
           margin-top: 0px;
           margin-bottom: 20px;
           border-width: 0px;
        }

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

    /*links*/

        ._28th_ncga_senior_four_ball_net_championship .column a {
           font-weight: bold;
           color: #284693;
           line-height: 1.1em;
           border-width: 0px;
        }

    /*inlines*/

        ._28th_ncga_senior_four_ball_net_championship .column .default-drop-cap {
           color: #071437;
           line-height: 0.5em;
           font-size: 3.4375rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
PSA-It Pays to be a Member
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

        .psa_it_pays_to_be_a_member .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; }
/***********************************
Honoring a Legend
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .honoring_a_legend .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; }
/***********************************
Mega Victory
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .mega_victory .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; }
/***********************************
October Calendar
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

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

    /*headers*/

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

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

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

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

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

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

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