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

    /*paragraphs*/

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*images*/

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Shag Bag: Harding Park 100th
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .shag_bag_harding_park_100th .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; }
/***********************************
Shag Bag: Mary Ritchie
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .shag_bag_mary_ritchie .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; }
/***********************************
Day Trips
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .day_trips .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; }
/***********************************
Shag Bag: Faces of the NCGA-Milton Grant
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .shag_bag_faces_of_the_ncga_milton_grant .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; }
/***********************************
Shag Bag: Smotherman Wins
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .shag_bag_smotherman_wins .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; }
/***********************************
Shag Bag: TPC Monterey
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .shag_bag_tpc_monterey .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; }
/***********************************
PING AD
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

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

        .ping_ad .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; }
/***********************************
Cover Story: PGA Hope Intro
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .pga_hope .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_hope .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; }
/***********************************
Cover Story: PGA Hope Joe Vavra
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

        .cover_story_pga_hope_joe_vavra .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_story_pga_hope_joe_vavra .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;
        }

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .cover_story_pga_hope_joe_vavra .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; }
/***********************************
Cover Story: PGA Hope Ramsey Raher
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

        .cover_story_pga_hope_ramsey_raher .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_story_pga_hope_ramsey_raher .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;
        }

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .cover_story_pga_hope_ramsey_raher .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; }
/***********************************
POPPY RIDGE AD
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

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

        .poppy_ridge_ad .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: Secret of Salinda’s Success
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .feature_secret_of_salinda_s_success .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_secret_of_salinda_s_success .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: Gulbis Aglow Again
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .feature_gulbis_aglow_again .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_gulbis_aglow_again .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: Pogonip
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .feature_pogonip .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_pogonip .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; }
/***********************************
Bandon Dunes AD
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*lists*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .poppy_ridge_news .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; }
/***********************************
Opening Day
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

        .instruction .column h6 {
           line-height: 1.3em;
           margin-top: 12px;
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 1.375rem;
           font-family: "archivo-extra-condensed",sans-serif;
           border-width: 0px;
        }

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

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

        .instruction .column h3 {
           line-height: 1.1em;
           margin-bottom: 12px;
           text-align: center;
           font-size: 1.5625rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           color: #e88800;
           border-width: 0px;
        }

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*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; }
/***********************************
Travel: Pinehurst
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .travel_pinehurst .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_pinehurst .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; }
/***********************************
Equipment
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

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

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

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

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

        .member_benefits_psa .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; }
/***********************************
Around the NCGA Opener
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .around_the_ncga_opener .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: WGANC Legacy Hers n'His
***********************************/

    /*headers*/

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

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

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

        .tournament_central_wganc_legacy_hers_n_his .column h3 {
           padding-bottom: 20px;
           font-family: Arial, sans-serif;
           text-align: center;
           text-transform: uppercase;
           font-weight: bold;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

    /*links*/

        .tournament_central_wganc_legacy_hers_n_his .column a {
           color: #1b143a;
           border-width: 0px;
        }

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

        .tournament_central_wganc_legacy_hers_n_his .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_hers_n_his .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_hers_n_his .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_hers_n_his .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_hers_n_his .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 Women's and Senior Women's Amateur Stroke Play Championship
***********************************/

    /*layoutitems*/

        .tournament_central_ncga_women_s_and_senior_women_s_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_women_s_and_senior_women_s_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_women_s_and_senior_women_s_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;
        }

    /*headers*/

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .tournament_central_ncga_women_s_and_senior_women_s_amateur_stroke_play_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; }
/***********************************
Tournament Central: California Amateur
***********************************/

    /*layoutitems*/

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

    /*containers*/

        .tournament_central_california_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_california_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;
        }

    /*headers*/

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .tournament_central_california_amateur .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 Spring Partners
***********************************/

    /*layoutitems*/

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

    /*containers*/

        .tournament_central_pwga_legacy_spring_partners .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_pwga_legacy_spring_partners .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*/

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

        .tournament_central_ncga_senior_net_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_senior_net_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*/

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .tournament_central_ncga_senior_net_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; }
/***********************************
Tournament Central--NCGA Valley  Amateur and Senior Valley Amateur
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .ncga_junior .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; }
/***********************************
California Junior Girls' State Championship
***********************************/

    /*layoutitems*/

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

    /*containers*/

        .tournament_central_california_junior_girls_state_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_california_junior_girls_state_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*/

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .tournament_central_california_junior_girls_state_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; }
/***********************************
Poppy Hills AD
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

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

        .poppy_hills_ad .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; }
/***********************************
Rules Column
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

        .rules_column .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 Juniors
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .ncga_juniors .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; }
/***********************************
Junior Tour
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .junior_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; }
/***********************************
Governance
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

        .governance .column h6 {
           line-height: 1.3em;
           margin-top: 12px;
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 1.375rem;
           font-family: "archivo-extra-condensed",sans-serif;
           border-width: 0px;
        }

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

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

        .governance .column h3 {
           line-height: 1.1em;
           margin-bottom: 12px;
           text-align: center;
           font-size: 1.5625rem;
           font-family: Arial Black, sans-serif;
           padding-bottom: 8px;
           border-width: 0px;
        }

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

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

    /*links*/

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

    /*inlines*/

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

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

        .member_benefits_2 .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: Pebble Beach Invitational
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
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; }
/***********************************
Events: Senior Series
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .events_senior_series .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_senior_series .column .Bullet {
           padding-bottom: 0px;
           margin-bottom: 12px;
           font-family: Arial, sans-serif;
           list-style-type: disc;
           font-size: 1rem;
           line-height: 1.8em;
           color: #000000;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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