/***********************************
Gear
***********************************/

    /*headers*/

        .gear .column h6 {
           font-size: 9px;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .gear .column h5 {
        }

        .gear .column h4 {
           line-height: 1.3em;
           margin-bottom: 12px;
           font-size: 17px;
           font-family: Arial, sans-serif;
        }

        .gear .column h3 {
           color: #ec9640;
        }

        .gear .column h2 {
           line-height: 1.1em;
           font-weight: bold;
           text-align: center;
           padding-top: 0px;
           color: #054b8c;
           font-size: 30px;
           margin-top: 0px;
           margin-bottom: 16px;
        }

        .gear .column h1 {
           font-size: 40px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .gear .column a {
           font-weight: bold;
           color: #284693;
           line-height: 1.1em;
        }

    /*inlines*/

        .gear .column .default-drop-cap {
           color: #215484;
           line-height: 0.5em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

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

    /*lists*/

        .gear .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

        .cover .column p {
        }

    /*inlines*/

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

    /*links*/

        .cover .column a {
        }

    /*headers*/

        .cover .column h1 {
        }

        .cover .column h2 {
        }

        .cover .column h3 {
        }

        .cover .column h4 {
        }

        .cover .column h5 {
        }

        .cover .column h6 {
        }

/***********************************
Travel
***********************************/

    /*lists*/

        .travel .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

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

    /*paragraphs*/

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

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

    /*inlines*/

        .travel .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
           color: #397a5c;
           font-family: Arial Black, sans-serif;
        }

    /*links*/

        .travel .column a {
           color: #1d31b0;
        }

    /*headers*/

        .travel .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 45px;
           text-align: center;
           color: #111a2b;
        }

        .travel .column h2 {
           font-size: 22px;
           color: #162f20;
           padding-top: 5px;
           line-height: 1.3em;
           padding-bottom: 12px;
           text-align: center;
           font-family: Arial, sans-serif;
           font-weight: bold;
        }

        .travel .column h3 {
           line-height: 1.4em;
           padding-bottom: 20px;
           font-family: Arial, sans-serif;
           text-align: center;
           text-transform: uppercase;
           font-weight: bold;
        }

        .travel .column h4 {
           font-size: 16px;
           font-weight: bold;
           font-family: Arial, sans-serif;
           line-height: 1.4em;
           padding-top: 6px;
           color: #162f20;
           padding-bottom: 0px;
        }

        .travel .column h5 {
        }

        .travel .column h6 {
        }

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
TOC
***********************************/

    /*paragraphs*/

        .toc .column p {
        }

    /*inlines*/

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

    /*links*/

        .toc .column a {
        }

    /*headers*/

        .toc .column h1 {
        }

        .toc .column h2 {
        }

        .toc .column h3 {
        }

        .toc .column h4 {
        }

        .toc .column h5 {
        }

        .toc .column h6 {
        }

/***********************************
The Background
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

        .the_background .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*paragraphs*/

        .the_background .column p {
           padding-bottom: 10px;
        }

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

    /*inlines*/

        .the_background .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.5em;
           color: #4599d8;
        }

    /*links*/

        .the_background .column a {
           line-height: 1.1em;
           color: #284693;
           font-weight: bold;
        }

    /*headers*/

        .the_background .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 40px;
        }

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

        .the_background .column h3 {
           color: #ec9640;
        }

        .the_background .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .the_background .column h5 {
        }

        .the_background .column h6 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-size: 9px;
        }

/***********************************
Fact Sheet
***********************************/

    /*headers*/

        .fact_sheet .column h6 {
           font-size: 9px;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .fact_sheet .column h5 {
        }

        .fact_sheet .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .fact_sheet .column h3 {
           color: #ec9640;
        }

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

        .fact_sheet .column h1 {
           font-size: 40px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .fact_sheet .column a {
           font-weight: bold;
           color: #284693;
           line-height: 1.1em;
        }

    /*inlines*/

        .fact_sheet .column .default-drop-cap {
           color: #4599d8;
           line-height: 0.5em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

        .fact_sheet .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .fact_sheet .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Whats Hot on Social
***********************************/

    /*lists*/

        .whats_hot_on_social .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .whats_hot_on_social .column p {
           padding-bottom: 10px;
        }

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

    /*inlines*/

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

    /*links*/

        .whats_hot_on_social .column a {
           color: #ed1c24;
        }

    /*headers*/

        .whats_hot_on_social .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 40px;
        }

        .whats_hot_on_social .column h2 {
           font-size: 20px;
           color: #476c9b;
           padding-top: 5px;
        }

        .whats_hot_on_social .column h3 {
        }

        .whats_hot_on_social .column h4 {
        }

        .whats_hot_on_social .column h5 {
        }

        .whats_hot_on_social .column h6 {
        }

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Before and After Facts
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

        .before_and_after_facts .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*paragraphs*/

        .before_and_after_facts .column p {
           padding-bottom: 10px;
        }

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

    /*inlines*/

        .before_and_after_facts .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.5em;
           color: #4599d8;
        }

    /*links*/

        .before_and_after_facts .column a {
           line-height: 1.1em;
           color: #284693;
           font-weight: bold;
        }

    /*headers*/

        .before_and_after_facts .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 40px;
        }

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

        .before_and_after_facts .column h3 {
           color: #ec9640;
        }

        .before_and_after_facts .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .before_and_after_facts .column h5 {
        }

        .before_and_after_facts .column h6 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-size: 9px;
        }

/***********************************
The Architect
***********************************/

    /*headers*/

        .the_architect .column h6 {
           font-size: 9px;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .the_architect .column h5 {
        }

        .the_architect .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .the_architect .column h3 {
           color: #ec9640;
        }

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

        .the_architect .column h1 {
           font-size: 40px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .the_architect .column a {
           font-weight: bold;
           color: #284693;
           line-height: 1.1em;
        }

    /*inlines*/

        .the_architect .column .default-drop-cap {
           color: #4599d8;
           line-height: 0.5em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

        .the_architect .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .the_architect .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
A Q&A with Jay Blasi
***********************************/

    /*headers*/

        .a_q_a_with_jay_blasi .column h6 {
           font-size: 9px;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .a_q_a_with_jay_blasi .column h5 {
        }

        .a_q_a_with_jay_blasi .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .a_q_a_with_jay_blasi .column h3 {
           color: #ec9640;
        }

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

        .a_q_a_with_jay_blasi .column h1 {
           font-size: 40px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .a_q_a_with_jay_blasi .column a {
           font-weight: bold;
           color: #284693;
           line-height: 1.1em;
        }

    /*inlines*/

        .a_q_a_with_jay_blasi .column .default-drop-cap {
           color: #4599d8;
           line-height: 0.5em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

        .a_q_a_with_jay_blasi .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .a_q_a_with_jay_blasi .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Walkability
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

        .walkability .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*paragraphs*/

        .walkability .column p {
           padding-bottom: 10px;
        }

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

    /*inlines*/

        .walkability .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.5em;
           color: #4599d8;
        }

    /*links*/

        .walkability .column a {
           line-height: 1.1em;
           color: #284693;
           font-weight: bold;
        }

    /*headers*/

        .walkability .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 40px;
        }

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

        .walkability .column h3 {
           color: #ec9640;
        }

        .walkability .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .walkability .column h5 {
        }

        .walkability .column h6 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-size: 9px;
        }

/***********************************
LIV-ing It Up
***********************************/

    /*lists*/

        .liv_ing_it_up .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*paragraphs*/

        .liv_ing_it_up .column p {
           padding-bottom: 10px;
        }

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

    /*inlines*/

        .liv_ing_it_up .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: .3em;
           color: #071437;
           font-family: Arial Black, sans-serif;
        }

    /*links*/

        .liv_ing_it_up .column a {
           color: #a38e54;
        }

    /*headers*/

        .liv_ing_it_up .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 45px;
           text-align: center;
           color: #111a2b;
        }

        .liv_ing_it_up .column h2 {
           font-size: 20px;
           color: #071437;
           padding-top: 0px;
           font-family: Arial, sans-serif;
           margin-bottom: 20px;
           text-align: center;
        }

        .liv_ing_it_up .column h3 {
           padding-bottom: 8px;
        }

        .liv_ing_it_up .column h4 {
           font-family: Arial, sans-serif;
           text-align: center;
           margin-bottom: 12px;
        }

        .liv_ing_it_up .column h5 {
           font-size: 14px;
           font-family: Arial, sans-serif;
           text-align: center;
           margin-bottom: 20px;
           font-weight: bold;
           text-transform: uppercase;
        }

        .liv_ing_it_up .column h6 {
        }

/***********************************
Blast From the Past
***********************************/

    /*headers*/

        .blast_from_the_past .column h6 {
        }

        .blast_from_the_past .column h5 {
        }

        .blast_from_the_past .column h4 {
        }

        .blast_from_the_past .column h3 {
           padding-bottom: 20px;
           font-family: Arial, sans-serif;
           text-align: center;
           text-transform: uppercase;
           font-weight: bold;
           font-size: 12px;
        }

        .blast_from_the_past .column h2 {
           margin-top: 15px;
           font-family: Arial Black, sans-serif;
           line-height: 1.1em;
           margin-bottom: 8px;
           text-align: left;
           padding-top: 0px;
           color: #1b143a;
           font-size: 20px;
        }

        .blast_from_the_past .column h1 {
           color: #438e6c;
           text-align: center;
           font-size: 40px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .blast_from_the_past .column a {
           color: #1b143a;
        }

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

        .blast_from_the_past .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Watch and Learn
***********************************/

    /*headers*/

        .watch_and_learn .column h6 {
        }

        .watch_and_learn .column h5 {
           text-transform: uppercase;
           font-weight: bold;
           margin-bottom: 20px;
           text-align: center;
           font-family: Arial, sans-serif;
           font-size: 14px;
        }

        .watch_and_learn .column h4 {
           margin-bottom: 12px;
           text-align: center;
           font-family: Arial, sans-serif;
        }

        .watch_and_learn .column h3 {
           padding-bottom: 8px;
        }

        .watch_and_learn .column h2 {
           padding-top: 5px;
           color: #476c9b;
           font-size: 20px;
        }

        .watch_and_learn .column h1 {
           color: #111a2b;
           text-align: center;
           font-size: 45px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .watch_and_learn .column a {
           color: #a38e54;
        }

    /*inlines*/

        .watch_and_learn .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #071437;
           line-height: .3em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
        }

    /*paragraphs*/

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

        .watch_and_learn .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .watch_and_learn .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

/***********************************
The Vision
***********************************/

    /*headers*/

        .the_vision .column h6 {
           font-size: 9px;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .the_vision .column h5 {
        }

        .the_vision .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .the_vision .column h3 {
           color: #ec9640;
        }

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

        .the_vision .column h1 {
           font-size: 40px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .the_vision .column a {
           font-weight: bold;
           color: #284693;
           line-height: 1.1em;
        }

    /*inlines*/

        .the_vision .column .default-drop-cap {
           color: #4599d8;
           line-height: 0.5em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

        .the_vision .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .the_vision .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Shag Bag
***********************************/

    /*headers*/

        .shag_bag .column h6 {
        }

        .shag_bag .column h5 {
           text-transform: uppercase;
           font-weight: bold;
           margin-bottom: 20px;
           text-align: center;
           font-family: Arial, sans-serif;
           font-size: 14px;
        }

        .shag_bag .column h4 {
           margin-bottom: 12px;
           text-align: center;
           font-family: Arial, sans-serif;
        }

        .shag_bag .column h3 {
           padding-bottom: 8px;
        }

        .shag_bag .column h2 {
           padding-top: 5px;
           color: #476c9b;
           font-size: 20px;
        }

        .shag_bag .column h1 {
           color: #111a2b;
           text-align: center;
           font-size: 45px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .shag_bag .column a {
           color: #a38e54;
        }

    /*inlines*/

        .shag_bag .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #071437;
           line-height: .3em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
        }

    /*paragraphs*/

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

        .shag_bag .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .shag_bag .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

/***********************************
Strategy
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

        .strategy .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*paragraphs*/

        .strategy .column p {
           padding-bottom: 10px;
        }

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

    /*inlines*/

        .strategy .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.5em;
           color: #4599d8;
        }

    /*links*/

        .strategy .column a {
           line-height: 1.1em;
           color: #284693;
           font-weight: bold;
        }

    /*headers*/

        .strategy .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 40px;
        }

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

        .strategy .column h3 {
           color: #ec9640;
        }

        .strategy .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .strategy .column h5 {
        }

        .strategy .column h6 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-size: 9px;
        }

/***********************************
NCGA Four-Ball Championship
***********************************/

    /*headers*/

        .ncga_four_ball_championship .column h6 {
           font-size: 9px;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .ncga_four_ball_championship .column h5 {
        }

        .ncga_four_ball_championship .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .ncga_four_ball_championship .column h3 {
           color: #ec9640;
        }

        .ncga_four_ball_championship .column h2 {
           line-height: 1.1em;
           font-weight: bold;
           text-align: center;
           padding-top: 5px;
           color: #bb3534;
           font-size: 25px;
           margin-top: 0px;
           margin-bottom: 20px;
        }

        .ncga_four_ball_championship .column h1 {
           font-size: 40px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .ncga_four_ball_championship .column a {
           font-weight: bold;
           color: #284693;
           line-height: 1.1em;
        }

    /*inlines*/

        .ncga_four_ball_championship .column .default-drop-cap {
           color: #bb3534;
           line-height: 0.5em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

        .ncga_four_ball_championship .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .ncga_four_ball_championship .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
2026 Pebble Beach Invitational
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

        ._2026_pebble_beach_invitation .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 16px;
           list-style-type: disc;
           font-family: Arial, sans-serif;
           list-style-image: none;
        }

        ._2026_pebble_beach_invitation .column .bullet2 {
           font-size: 16px;
           line-height: 1.8em;
           padding-left: 60px;
           list-style-type: circle;
           list-style-image: none;
        }

    /*paragraphs*/

        ._2026_pebble_beach_invitation .column p {
           padding-bottom: 10px;
        }

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

    /*inlines*/

        ._2026_pebble_beach_invitation .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.5em;
           color: #054b8c;
        }

    /*links*/

        ._2026_pebble_beach_invitation .column a {
           line-height: 1.1em;
           color: #054b8c;
           font-weight: bold;
        }

    /*headers*/

        ._2026_pebble_beach_invitation .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 40px;
        }

        ._2026_pebble_beach_invitation .column h2 {
           margin-bottom: 20px;
           margin-top: 0px;
           font-size: 25px;
           color: #054b8c;
           padding-top: 5px;
           text-align: center;
           font-weight: bold;
           line-height: 1.1em;
        }

        ._2026_pebble_beach_invitation .column h3 {
           color: #6fc13a;
        }

        ._2026_pebble_beach_invitation .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        ._2026_pebble_beach_invitation .column h5 {
        }

        ._2026_pebble_beach_invitation .column h6 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-size: 9px;
        }

/***********************************
A Lifetime On the Air
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

        .a_lifetime_on_the_air .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*paragraphs*/

        .a_lifetime_on_the_air .column p {
           padding-bottom: 10px;
        }

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

    /*inlines*/

        .a_lifetime_on_the_air .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.5em;
           color: #e8853c;
        }

    /*links*/

        .a_lifetime_on_the_air .column a {
           line-height: 1.1em;
           color: #284693;
           font-weight: bold;
        }

    /*headers*/

        .a_lifetime_on_the_air .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 40px;
        }

        .a_lifetime_on_the_air .column h2 {
           margin-bottom: 20px;
           margin-top: 0px;
           font-size: 25px;
           color: #e8853c;
           padding-top: 5px;
           text-align: center;
           font-weight: bold;
           line-height: 1.1em;
        }

        .a_lifetime_on_the_air .column h3 {
           color: #ec9640;
        }

        .a_lifetime_on_the_air .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .a_lifetime_on_the_air .column h5 {
        }

        .a_lifetime_on_the_air .column h6 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-size: 9px;
        }

/***********************************
Mixed Team Series
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

        .mixed_team_series .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*paragraphs*/

        .mixed_team_series .column p {
           padding-bottom: 10px;
        }

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

    /*inlines*/

        .mixed_team_series .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.5em;
           color: #bb3534;
        }

    /*links*/

        .mixed_team_series .column a {
           line-height: 1.1em;
           color: #bb3534;
           font-weight: bold;
        }

    /*headers*/

        .mixed_team_series .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 40px;
        }

        .mixed_team_series .column h2 {
           margin-bottom: 20px;
           margin-top: 0px;
           font-size: 25px;
           color: #bb3534;
           padding-top: 5px;
           text-align: center;
           font-weight: bold;
           line-height: 1.1em;
        }

        .mixed_team_series .column h3 {
           color: #bb3534;
           margin-bottom: 12px;
        }

        .mixed_team_series .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .mixed_team_series .column h5 {
        }

        .mixed_team_series .column h6 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-size: 9px;
        }

/***********************************
Divine Nine
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

        .divine_nine .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*paragraphs*/

        .divine_nine .column p {
           padding-bottom: 10px;
        }

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

    /*inlines*/

        .divine_nine .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.5em;
           color: #071437;
        }

    /*links*/

        .divine_nine .column a {
           line-height: 1.1em;
           color: #284693;
           font-weight: bold;
        }

    /*headers*/

        .divine_nine .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 40px;
        }

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

        .divine_nine .column h3 {
           color: #071437;
           padding-bottom: 8px;
        }

        .divine_nine .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .divine_nine .column h5 {
        }

        .divine_nine .column h6 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-size: 9px;
        }

/***********************************
Stay In the Know
***********************************/

    /*headers*/

        .stay_in_the_know .column h6 {
           font-size: 9px;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .stay_in_the_know .column h5 {
        }

        .stay_in_the_know .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .stay_in_the_know .column h3 {
           color: #e8853c;
        }

        .stay_in_the_know .column h2 {
           line-height: 1.1em;
           font-weight: bold;
           text-align: center;
           padding-top: 5px;
           color: #054b8c;
           font-size: 25px;
           margin-top: 0px;
           margin-bottom: 20px;
        }

        .stay_in_the_know .column h1 {
           font-size: 40px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .stay_in_the_know .column a {
           font-weight: bold;
           color: #054b8c;
           line-height: 1.1em;
        }

    /*inlines*/

        .stay_in_the_know .column .default-drop-cap {
           color: #054b8c;
           line-height: 0.5em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

        .stay_in_the_know .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .stay_in_the_know .column .bullet2 {
           list-style-type: circle;
           padding-left: 60px;
           line-height: 1.8em;
           font-size: 16px;
           list-style-image: none;
        }

        .stay_in_the_know .column .Bullet {
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 16px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Registration Now Open
***********************************/

    /*lists*/

        .registration_now_open .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*paragraphs*/

        .registration_now_open .column p {
           padding-bottom: 10px;
        }

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

    /*inlines*/

        .registration_now_open .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: .3em;
           color: #071437;
           font-family: Arial Black, sans-serif;
        }

    /*links*/

        .registration_now_open .column a {
           color: #a38e54;
        }

    /*headers*/

        .registration_now_open .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 45px;
           text-align: center;
           color: #111a2b;
        }

        .registration_now_open .column h2 {
           font-size: 20px;
           color: #476c9b;
           padding-top: 5px;
        }

        .registration_now_open .column h3 {
           padding-bottom: 8px;
        }

        .registration_now_open .column h4 {
           font-family: Arial, sans-serif;
           text-align: center;
           margin-bottom: 12px;
        }

        .registration_now_open .column h5 {
           font-size: 14px;
           font-family: Arial, sans-serif;
           text-align: center;
           margin-bottom: 20px;
           font-weight: bold;
           text-transform: uppercase;
        }

        .registration_now_open .column h6 {
        }

/***********************************
Rule of the Month
***********************************/

    /*headers*/

        .rule_of_the_month .column h6 {
           font-size: 9px;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .rule_of_the_month .column h5 {
           font-weight: bold;
           line-height: 0.3em;
           margin-top: 10px;
        }

        .rule_of_the_month .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .rule_of_the_month .column h3 {
           padding-bottom: 8px;
           color: #071437;
        }

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

        .rule_of_the_month .column h1 {
           font-size: 40px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .rule_of_the_month .column a {
           font-weight: bold;
           color: #284693;
           line-height: 1.1em;
        }

    /*inlines*/

        .rule_of_the_month .column .default-drop-cap {
           color: #071437;
           line-height: 0.5em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

        .rule_of_the_month .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .rule_of_the_month .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Weekend Net Tour
***********************************/

    /*headers*/

        .weekend_net_tour .column h6 {
           font-size: 9px;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .weekend_net_tour .column h5 {
           color: #054b8c;
        }

        .weekend_net_tour .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .weekend_net_tour .column h3 {
           color: #6fc13a;
        }

        .weekend_net_tour .column h2 {
           line-height: 1.1em;
           font-weight: bold;
           text-align: center;
           padding-top: 5px;
           color: #054b8c;
           font-size: 25px;
           margin-top: 0px;
           margin-bottom: 20px;
        }

        .weekend_net_tour .column h1 {
           font-size: 40px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .weekend_net_tour .column a {
           font-weight: bold;
           color: #054b8c;
           line-height: 1.1em;
        }

    /*inlines*/

        .weekend_net_tour .column .default-drop-cap {
           color: #054b8c;
           line-height: 0.5em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

        .weekend_net_tour .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .weekend_net_tour .column .bullet2 {
           list-style-type: circle;
           padding-left: 60px;
           line-height: 1.8em;
           font-size: 16px;
           list-style-image: none;
        }

        .weekend_net_tour .column .Bullet {
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 16px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Casa Palmero
***********************************/

    /*headers*/

        .casa_palmero .column h6 {
           font-size: 9px;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .casa_palmero .column h5 {
        }

        .casa_palmero .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .casa_palmero .column h3 {
           margin-bottom: 12px;
           color: #498a7d;
        }

        .casa_palmero .column h2 {
           line-height: 1.1em;
           text-align: center;
           padding-top: 5px;
           color: #0f4227;
           font-size: 20px;
           margin-top: 0px;
           margin-bottom: 20px;
           font-weight: bold;
           font-family: Arial, sans-serif;
        }

        .casa_palmero .column h1 {
           font-size: 40px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .casa_palmero .column a {
           font-weight: bold;
           color: #498a7d;
           line-height: 1.1em;
        }

    /*inlines*/

        .casa_palmero .column .default-drop-cap {
           color: #0f4227;
           line-height: 0.5em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

        .casa_palmero .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .casa_palmero .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Tag Team
***********************************/

    /*headers*/

        .tag_team .column h6 {
           font-size: 9px;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .tag_team .column h5 {
        }

        .tag_team .column h4 {
           font-family: "archivo-extra-condensed",sans-serif;
        }

        .tag_team .column h3 {
           margin-bottom: 12px;
           color: #bb3534;
        }

        .tag_team .column h2 {
           line-height: 1.1em;
           font-weight: bold;
           text-align: center;
           padding-top: 5px;
           color: #bb3534;
           font-size: 25px;
           margin-top: 0px;
           margin-bottom: 20px;
        }

        .tag_team .column h1 {
           font-size: 40px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .tag_team .column a {
           font-weight: bold;
           color: #bb3534;
           line-height: 1.1em;
        }

    /*inlines*/

        .tag_team .column .default-drop-cap {
           color: #bb3534;
           line-height: 0.5em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

        .tag_team .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .tag_team .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
PWGA Legacy Senior-Super Senior
***********************************/

    /*lists*/

        .pwga_legacy_senior_super_seni .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*paragraphs*/

        .pwga_legacy_senior_super_seni .column p {
           padding-bottom: 10px;
        }

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

    /*inlines*/

        .pwga_legacy_senior_super_seni .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: .3em;
           color: #071437;
           font-family: Arial Black, sans-serif;
        }

    /*links*/

        .pwga_legacy_senior_super_seni .column a {
           color: #a38e54;
        }

    /*headers*/

        .pwga_legacy_senior_super_seni .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 45px;
           text-align: center;
           color: #111a2b;
        }

        .pwga_legacy_senior_super_seni .column h2 {
           font-size: 25px;
           color: #ed963f;
           padding-top: 0px;
           font-weight: bold;
           padding-bottom: 10px;
           text-align: center;
        }

        .pwga_legacy_senior_super_seni .column h3 {
           padding-bottom: 8px;
        }

        .pwga_legacy_senior_super_seni .column h4 {
           font-family: Arial, sans-serif;
           text-align: center;
           margin-bottom: 12px;
        }

        .pwga_legacy_senior_super_seni .column h5 {
           font-size: 14px;
           font-family: Arial, sans-serif;
           text-align: center;
           margin-bottom: 20px;
           font-weight: bold;
           text-transform: uppercase;
        }

        .pwga_legacy_senior_super_seni .column h6 {
        }

/***********************************
NCGA Associate Club Four-Ball Net
***********************************/

    /*lists*/

        .ncga_associate_club_four_ball .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*paragraphs*/

        .ncga_associate_club_four_ball .column p {
           padding-bottom: 10px;
        }

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

    /*inlines*/

        .ncga_associate_club_four_ball .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: .3em;
           color: #071437;
           font-family: Arial Black, sans-serif;
        }

    /*links*/

        .ncga_associate_club_four_ball .column a {
           color: #a38e54;
        }

    /*headers*/

        .ncga_associate_club_four_ball .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 45px;
           text-align: center;
           color: #111a2b;
        }

        .ncga_associate_club_four_ball .column h2 {
           font-size: 25px;
           color: #054b8c;
           padding-top: 5px;
           line-height: 1.1em;
           padding-bottom: 15px;
           font-weight: bold;
        }

        .ncga_associate_club_four_ball .column h3 {
           padding-bottom: 8px;
        }

        .ncga_associate_club_four_ball .column h4 {
           font-family: Arial, sans-serif;
           text-align: center;
           margin-bottom: 12px;
        }

        .ncga_associate_club_four_ball .column h5 {
           font-size: 14px;
           font-family: Arial, sans-serif;
           text-align: center;
           margin-bottom: 20px;
           font-weight: bold;
           text-transform: uppercase;
        }

        .ncga_associate_club_four_ball .column h6 {
        }

/***********************************
Hole in One Sweepstakes
***********************************/

    /*lists*/

        .hole_in_one_sweepstakes .column .Bullet {
           color: #000000;
           line-height: 1.8em;
           font-size: 15px;
           list-style-type: disc;
           list-style-image: none;
        }

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

        .hole_in_one_sweepstakes .column a {
           color: #a38e54;
        }

    /*headers*/

        .hole_in_one_sweepstakes .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 0.9em;
           font-family: Arial Black, sans-serif;
           font-size: 45px;
           text-align: center;
           color: #111a2b;
        }

        .hole_in_one_sweepstakes .column h2 {
           font-size: 20px;
           color: #476c9b;
           padding-top: 5px;
        }

        .hole_in_one_sweepstakes .column h3 {
           padding-bottom: 8px;
           font-weight: bold;
        }

        .hole_in_one_sweepstakes .column h4 {
           font-family: Arial, sans-serif;
           text-align: center;
           margin-bottom: 12px;
        }

        .hole_in_one_sweepstakes .column h5 {
           font-size: 14px;
           font-family: Arial, sans-serif;
           text-align: center;
           margin-bottom: 20px;
           font-weight: bold;
           text-transform: uppercase;
        }

        .hole_in_one_sweepstakes .column h6 {
        }

/***********************************
NCGA Juniors
***********************************/

    /*headers*/

        .ncga_juniors .column h6 {
        }

        .ncga_juniors .column h5 {
           text-transform: uppercase;
           font-weight: bold;
           margin-bottom: 20px;
           text-align: center;
           font-family: Arial, sans-serif;
           font-size: 14px;
        }

        .ncga_juniors .column h4 {
           margin-bottom: 12px;
           text-align: center;
           font-family: Arial, sans-serif;
        }

        .ncga_juniors .column h3 {
           font-weight: bold;
           padding-bottom: 8px;
           text-decoration: underline;
           color: #ed963f;
        }

        .ncga_juniors .column h2 {
           padding-top: 5px;
           color: #0a4e8b;
           font-size: 30px;
           line-height: 1.1em;
           padding-bottom: 20px;
           text-align: center;
           font-family: Arial, sans-serif;
           font-weight: bold;
        }

        .ncga_juniors .column h1 {
           color: #111a2b;
           text-align: center;
           font-size: 45px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .ncga_juniors .column a {
           color: #a38e54;
        }

    /*inlines*/

        .ncga_juniors .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #0a4e8b;
           line-height: .3em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
        }

    /*paragraphs*/

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

        .ncga_juniors .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .ncga_juniors .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

/***********************************
The Eclectic
***********************************/

    /*headers*/

        .the_eclectic .column h6 {
        }

        .the_eclectic .column h5 {
           text-transform: uppercase;
           font-weight: bold;
           margin-bottom: 20px;
           text-align: center;
           font-family: Arial, sans-serif;
           font-size: 14px;
        }

        .the_eclectic .column h4 {
           margin-bottom: 12px;
           text-align: center;
           font-family: Arial, sans-serif;
        }

        .the_eclectic .column h3 {
           padding-bottom: 8px;
        }

        .the_eclectic .column h2 {
           text-align: center;
           padding-bottom: 10px;
           font-weight: bold;
           padding-top: 0px;
           color: #071437;
           font-size: 25px;
        }

        .the_eclectic .column h1 {
           color: #111a2b;
           text-align: center;
           font-size: 45px;
           font-family: Arial Black, sans-serif;
           line-height: 0.9em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

        .the_eclectic .column a {
           color: #a38e54;
        }

    /*inlines*/

        .the_eclectic .column .default-drop-cap {
           font-family: Arial Black, sans-serif;
           color: #071437;
           line-height: .3em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
        }

    /*paragraphs*/

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

        .the_eclectic .column p {
           padding-bottom: 10px;
        }

    /*lists*/

        .the_eclectic .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           line-height: 1.8em;
           color: #000000;
           list-style-image: none;
        }

/***********************************
June Calendar-What's Coming
***********************************/

    /*headers*/

        .june_calendar_what_s_coming .column h6 {
        }

        .june_calendar_what_s_coming .column h5 {
        }

        .june_calendar_what_s_coming .column h4 {
           font-family: Arial, sans-serif;
        }

        .june_calendar_what_s_coming .column h3 {
        }

        .june_calendar_what_s_coming .column h2 {
           line-height: 1.2em;
           padding-top: 5px;
           color: #f8a021;
           font-size: 20px;
           font-family: Arial, sans-serif;
        }

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

    /*links*/

        .june_calendar_what_s_coming .column a {
           color: #384dd2;
           font-family: Arial, sans-serif;
        }

    /*inlines*/

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

    /*paragraphs*/

        .june_calendar_what_s_coming .column p.Tab {
           padding-top: 5px;
           padding-bottom: 5px;
           text-indent: 15px;
        }

        .june_calendar_what_s_coming .column p {
        }

    /*lists*/

        .june_calendar_what_s_coming .column .Number {
           font-size: 16px;
           font-family: Arial Black, sans-serif;
           list-style-image: none;
        }

        .june_calendar_what_s_coming .column .Bullet {
           list-style-type: disc;
           font-size: 15px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Poppy Ridge PSA
***********************************/

    /*paragraphs*/

        .poppy_ridge_psa .column p {
        }

    /*inlines*/

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

    /*links*/

        .poppy_ridge_psa .column a {
        }

    /*headers*/

        .poppy_ridge_psa .column h1 {
        }

        .poppy_ridge_psa .column h2 {
        }

        .poppy_ridge_psa .column h3 {
        }

        .poppy_ridge_psa .column h4 {
        }

        .poppy_ridge_psa .column h5 {
        }

        .poppy_ridge_psa .column h6 {
        }

/***********************************
Member Benefits PSA
***********************************/

    /*paragraphs*/

        .member_benefits_psa .column p {
        }

    /*inlines*/

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

    /*links*/

        .member_benefits_psa .column a {
        }

    /*headers*/

        .member_benefits_psa .column h1 {
        }

        .member_benefits_psa .column h2 {
        }

        .member_benefits_psa .column h3 {
        }

        .member_benefits_psa .column h4 {
        }

        .member_benefits_psa .column h5 {
        }

        .member_benefits_psa .column h6 {
        }

/***********************************
T&S AD
***********************************/

    /*paragraphs*/

        .t_s_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .t_s_ad .column a {
        }

    /*headers*/

        .t_s_ad .column h1 {
        }

        .t_s_ad .column h2 {
        }

        .t_s_ad .column h3 {
        }

        .t_s_ad .column h4 {
        }

        .t_s_ad .column h5 {
        }

        .t_s_ad .column h6 {
        }

/***********************************
Poppy Hills AD
***********************************/

    /*paragraphs*/

        .poppy_hills_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .poppy_hills_ad .column a {
        }

    /*headers*/

        .poppy_hills_ad .column h1 {
        }

        .poppy_hills_ad .column h2 {
        }

        .poppy_hills_ad .column h3 {
        }

        .poppy_hills_ad .column h4 {
        }

        .poppy_hills_ad .column h5 {
        }

        .poppy_hills_ad .column h6 {
        }

/***********************************
Bandon Dunes AD
***********************************/

    /*paragraphs*/

        .bandon_dunes_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .bandon_dunes_ad .column a {
        }

    /*headers*/

        .bandon_dunes_ad .column h1 {
        }

        .bandon_dunes_ad .column h2 {
        }

        .bandon_dunes_ad .column h3 {
        }

        .bandon_dunes_ad .column h4 {
        }

        .bandon_dunes_ad .column h5 {
        }

        .bandon_dunes_ad .column h6 {
        }

