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

    /*layoutitems*/

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

    /*containers*/

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

    /*lists*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Faces of the NCGA: Chad Fegley
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Shark Wins in Tahoe: American Century
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
3M Win for 2K
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .what_s_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: 3.75rem;
           line-height: .3em;
           color: #ed1c24;
           border-width: 0px;
        }

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Tournament Central-PWGA Legacy Mixed Couples and Summer Partners
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

div.bookviewport { background-color: #333333FF; }
div.pagecontainer .page_disable_overlay { background-color: #333333FF; }