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

    /*layoutitems*/

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

    /*containers*/

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

    /*lists*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .shag_bag_conversation_with_par .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_conversation_with_par .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: Procore Championship
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .shag_bag_procore_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; }
/***********************************
Shag Bag: CordeValle
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .shag_bag_cordevalle .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_cordevalle .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: PURE Insurance
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .shag_bag_pure_insurance .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_pure_insurance .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: U.S. Women's Mid-Am
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .shag_bag_u_s_women_s_mid_am .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_u_s_women_s_mid_am .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; }
/***********************************
Wine and Nine: Intro
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .wine_and_nine_intro .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; }
/***********************************
Wine and Nine: Monterey County
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .wine_and_nine_monterey_county .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; }
/***********************************
Wine and Nine: Napa
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .wine_and_nine_napa .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; }
/***********************************
Wine and Nine: San Luis Obispo
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .wine_and_nine_san_luis_obispo .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; }
/***********************************
Wine and Nine: Paso Robles
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .wine_and_nine_paso_robles .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; }
/***********************************
Wine and Nine: Livermore Valley
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .wine_and_nine_livermore_valley .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; }
/***********************************
Wine and Nine: Sonoma Valley
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .wine_and_nine_sonoma_valley .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; }
/***********************************
Wine and Nine: Mayacama Sidebar
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .wine_and_nine_mayacama_sidebar .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; }
/***********************************
Wine and Nine: Mitch Consentino Profile
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .feature_steve_young .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_steve_young .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; }
/***********************************
Helping Clubs With History
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .helping_clubs_with_history .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: NCGA Collaboration
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .feature_ncga_collaboration .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_ncga_collaboration .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: Photo Essay
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .feature_photo_essay .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_photo_essay .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: Jackson Koivun
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .feature_jackson_koivun .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_jackson_koivun .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 What They're Saying
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .fitness .column .HeaderOneRed {
           margin-bottom: 12px;
           color: #d09c1f;
           font-weight: bold;
           line-height: 1.1em;
           font-size: 3.4375rem;
           font-family: "archivo-extra-condensed",sans-serif;
           border-width: 0px;
        }

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*images*/

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

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

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*images*/

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

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

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

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

    /*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: Costa Palmas
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .travel_costa_palmas .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_costa_palmas .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 Public Links and Public Links
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .tournament_central_ncga_public_links_and_public_links .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_public_links_and_public_links .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
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .tournament_central_pwga .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 .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 Stroke Play Championship
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .tournament_central_wganc_legacy_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_wganc_legacy_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--NCGA Senior Championship
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        ._64th_ncga_senior_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-Mid-Am Four-Ball
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .tournament_central_mid_am_four_ball .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_mid_am_four_ball .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-Net Amateur
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

        .tournament_central_net_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_net_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-Super Senior
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*inlines*/

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

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

    /*lists*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Rules 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; }
/***********************************
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; }
/***********************************
NCGA PSA - Member Benefits
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .player_s_league .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; }
/***********************************
Senior Series
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

        .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; }
/***********************************
Member Outings
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

    /*lists*/

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

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