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

    /*layoutitems*/

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

    /*containers*/

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

    /*lists*/

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

    /*images*/

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

    /*headers*/

        .cover .column h6 {
        }

        .cover .column h5 {
        }

        .cover .column h4 {
        }

        .cover .column h3 {
        }

        .cover .column h2 {
        }

        .cover .column h1 {
        }

    /*links*/

        .cover .column a {
        }

    /*inlines*/

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

    /*paragraphs*/

        .cover .column p {
        }

/***********************************
Instruction
***********************************/

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

        .travel .column h6 {
        }

        .travel .column h5 {
        }

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

/***********************************
Tournament Central: Four-Ball
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

/***********************************
What's Hot On Social
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

        .what_s_hot_on_social .column h6 {
        }

        .what_s_hot_on_social .column h5 {
        }

        .what_s_hot_on_social .column h4 {
        }

        .what_s_hot_on_social .column h3 {
        }

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

/***********************************
Travel Keswick Hall
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

        .travel_keswick_hall .column h6 {
        }

        .travel_keswick_hall .column h5 {
        }

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

        .blast_from_the_past .column h4 {
        }

        .blast_from_the_past .column h5 {
        }

        .blast_from_the_past .column h6 {
        }

/***********************************
Hole-by-Hole Flyovers: Hole 1
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_1 .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.4em;
           color: #e8853c;
           font-family: "archivo-extra-condensed",sans-serif;
        }

    /*links*/

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

    /*headers*/

        .hole_by_hole_flyovers_hole_1 .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 1.1em;
           font-family: "archivo-extra-condensed",sans-serif;
           font-size: 50px;
           text-align: center;
           font-weight: bold;
           color: #054b8c;
        }

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

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

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

        .hole_by_hole_flyovers_hole_1 .column h5 {
        }

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

/***********************************
Tournament Central: WGANC Legacy Two-Person Scramble
***********************************/

    /*headers*/

        .tournament_central_wganc_lega .column h6 {
        }

        .tournament_central_wganc_lega .column h5 {
        }

        .tournament_central_wganc_lega .column h4 {
        }

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Hole-by-Hole Flyovers: Hole 2
***********************************/

    /*headers*/

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

        .hole_by_hole_flyovers_hole_2 .column h5 {
        }

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

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

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

        .hole_by_hole_flyovers_hole_2 .column h1 {
           color: #054b8c;
           font-weight: bold;
           text-align: center;
           font-size: 50px;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1.1em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_2 .column .default-drop-cap {
           font-family: "archivo-extra-condensed",sans-serif;
           color: #e8853c;
           line-height: 0.4em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
July Calendar
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

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

    /*paragraphs*/

        .july_calendar .column p {
        }

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

        .july_calendar .column h3 {
        }

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

        .july_calendar .column h5 {
        }

        .july_calendar .column h6 {
        }

/***********************************
Hole-by-Hole Flyovers: Hole 3
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_3 .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.4em;
           color: #e8853c;
           font-family: "archivo-extra-condensed",sans-serif;
        }

    /*links*/

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

    /*headers*/

        .hole_by_hole_flyovers_hole_3 .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 1.1em;
           font-family: "archivo-extra-condensed",sans-serif;
           font-size: 50px;
           text-align: center;
           font-weight: bold;
           color: #054b8c;
        }

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

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

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

        .hole_by_hole_flyovers_hole_3 .column h5 {
        }

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

/***********************************
Hole-by-Hole Flyovers: Hole 4
***********************************/

    /*headers*/

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

        .hole_by_hole_flyovers_hole_4 .column h5 {
        }

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

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

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

        .hole_by_hole_flyovers_hole_4 .column h1 {
           color: #054b8c;
           font-weight: bold;
           text-align: center;
           font-size: 50px;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1.1em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_4 .column .default-drop-cap {
           font-family: "archivo-extra-condensed",sans-serif;
           color: #e8853c;
           line-height: 0.4em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Hole-by-Hole Flyovers: Hole 5
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_5 .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.4em;
           color: #e8853c;
           font-family: "archivo-extra-condensed",sans-serif;
        }

    /*links*/

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

    /*headers*/

        .hole_by_hole_flyovers_hole_5 .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 1.1em;
           font-family: "archivo-extra-condensed",sans-serif;
           font-size: 50px;
           text-align: center;
           font-weight: bold;
           color: #054b8c;
        }

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

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

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

        .hole_by_hole_flyovers_hole_5 .column h5 {
        }

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

/***********************************
Hole-by-Hole Flyovers: Hole 6
***********************************/

    /*headers*/

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

        .hole_by_hole_flyovers_hole_6 .column h5 {
        }

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

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

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

        .hole_by_hole_flyovers_hole_6 .column h1 {
           color: #054b8c;
           font-weight: bold;
           text-align: center;
           font-size: 50px;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1.1em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_6 .column .default-drop-cap {
           font-family: "archivo-extra-condensed",sans-serif;
           color: #e8853c;
           line-height: 0.4em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Moving On Up
***********************************/

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

        .moving_on_up .column h4 {
           font-size: 18px;
           font-weight: bold;
           font-family: Arial, sans-serif;
           line-height: 1.4em;
           padding-top: 6px;
           color: #054b8c;
           padding-bottom: 0px;
        }

        .moving_on_up .column h5 {
        }

        .moving_on_up .column h6 {
        }

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Hole-by-Hole Flyovers: Hole 7
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_7 .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.4em;
           color: #e8853c;
           font-family: "archivo-extra-condensed",sans-serif;
        }

    /*links*/

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

    /*headers*/

        .hole_by_hole_flyovers_hole_7 .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 1.1em;
           font-family: "archivo-extra-condensed",sans-serif;
           font-size: 50px;
           text-align: center;
           font-weight: bold;
           color: #054b8c;
        }

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

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

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

        .hole_by_hole_flyovers_hole_7 .column h5 {
        }

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

/***********************************
Senior Series
***********************************/

    /*headers*/

        .senior_series .column h6 {
        }

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

/***********************************
Hole-by-Hole Flyovers: Hole 8
***********************************/

    /*headers*/

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

        .hole_by_hole_flyovers_hole_8 .column h5 {
        }

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

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

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

        .hole_by_hole_flyovers_hole_8 .column h1 {
           color: #054b8c;
           font-weight: bold;
           text-align: center;
           font-size: 50px;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1.1em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_8 .column .default-drop-cap {
           font-family: "archivo-extra-condensed",sans-serif;
           color: #e8853c;
           line-height: 0.4em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Hole-by-Hole Flyovers: Hole 9
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_9 .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.4em;
           color: #e8853c;
           font-family: "archivo-extra-condensed",sans-serif;
        }

    /*links*/

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

    /*headers*/

        .hole_by_hole_flyovers_hole_9 .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 1.1em;
           font-family: "archivo-extra-condensed",sans-serif;
           font-size: 50px;
           text-align: center;
           font-weight: bold;
           color: #054b8c;
        }

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

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

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

        .hole_by_hole_flyovers_hole_9 .column h5 {
        }

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

/***********************************
New First Tee Honorary Chair
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

        .new_first_tee_honorary_chair .column h6 {
        }

        .new_first_tee_honorary_chair .column h5 {
        }

        .new_first_tee_honorary_chair .column h4 {
           padding-bottom: 0px;
           color: #054b8c;
           padding-top: 6px;
           line-height: 1.4em;
           font-family: Arial, sans-serif;
           font-weight: bold;
           font-size: 18px;
        }

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

/***********************************
Hole-by-Hole Flyovers: Hole 10
***********************************/

    /*headers*/

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

        .hole_by_hole_flyovers_hole_10 .column h5 {
        }

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

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

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

        .hole_by_hole_flyovers_hole_10 .column h1 {
           color: #054b8c;
           font-weight: bold;
           text-align: center;
           font-size: 50px;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1.1em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_10 .column .default-drop-cap {
           font-family: "archivo-extra-condensed",sans-serif;
           color: #e8853c;
           line-height: 0.4em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Hole-by-Hole Flyovers: Hole 11
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_11 .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.4em;
           color: #e8853c;
           font-family: "archivo-extra-condensed",sans-serif;
        }

    /*links*/

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

    /*headers*/

        .hole_by_hole_flyovers_hole_11 .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 1.1em;
           font-family: "archivo-extra-condensed",sans-serif;
           font-size: 50px;
           text-align: center;
           font-weight: bold;
           color: #054b8c;
        }

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

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

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

        .hole_by_hole_flyovers_hole_11 .column h5 {
        }

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

/***********************************
Hole-by-Hole Flyovers: Hole 12
***********************************/

    /*headers*/

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

        .hole_by_hole_flyovers_hole_12 .column h5 {
        }

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

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

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

        .hole_by_hole_flyovers_hole_12 .column h1 {
           color: #054b8c;
           font-weight: bold;
           text-align: center;
           font-size: 50px;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1.1em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_12 .column .default-drop-cap {
           font-family: "archivo-extra-condensed",sans-serif;
           color: #e8853c;
           line-height: 0.4em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Hole-by-Hole Flyovers: Hole 13
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_13 .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.4em;
           color: #e8853c;
           font-family: "archivo-extra-condensed",sans-serif;
        }

    /*links*/

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

    /*headers*/

        .hole_by_hole_flyovers_hole_13 .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 1.1em;
           font-family: "archivo-extra-condensed",sans-serif;
           font-size: 50px;
           text-align: center;
           font-weight: bold;
           color: #054b8c;
        }

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

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

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

        .hole_by_hole_flyovers_hole_13 .column h5 {
        }

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

        .gear .column h5 {
        }

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

/***********************************
Hole-by-Hole Flyovers: Hole 14
***********************************/

    /*headers*/

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

        .hole_by_hole_flyovers_hole_14 .column h5 {
        }

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

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

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

        .hole_by_hole_flyovers_hole_14 .column h1 {
           color: #054b8c;
           font-weight: bold;
           text-align: center;
           font-size: 50px;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1.1em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_14 .column .default-drop-cap {
           font-family: "archivo-extra-condensed",sans-serif;
           color: #e8853c;
           line-height: 0.4em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Hole-by-Hole Flyovers: Hole 15
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_15 .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.4em;
           color: #e8853c;
           font-family: "archivo-extra-condensed",sans-serif;
        }

    /*links*/

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

    /*headers*/

        .hole_by_hole_flyovers_hole_15 .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 1.1em;
           font-family: "archivo-extra-condensed",sans-serif;
           font-size: 50px;
           text-align: center;
           font-weight: bold;
           color: #054b8c;
        }

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

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

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

        .hole_by_hole_flyovers_hole_15 .column h5 {
        }

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

/***********************************
Hole-by-Hole Flyovers: Hole 16
***********************************/

    /*headers*/

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

        .hole_by_hole_flyovers_hole_16 .column h5 {
        }

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

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

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

        .hole_by_hole_flyovers_hole_16 .column h1 {
           color: #054b8c;
           font-weight: bold;
           text-align: center;
           font-size: 50px;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1.1em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_16 .column .default-drop-cap {
           font-family: "archivo-extra-condensed",sans-serif;
           color: #e8853c;
           line-height: 0.4em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Tournament Central: NCGA-CIF Boys' NorCal High School Championships
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

        .tournament_central_ncga_cif_b .column h6 {
        }

        .tournament_central_ncga_cif_b .column h5 {
        }

        .tournament_central_ncga_cif_b .column h4 {
           padding-bottom: 0px;
           color: #054b8c;
           padding-top: 6px;
           line-height: 1.4em;
           font-family: Arial, sans-serif;
           font-weight: bold;
           font-size: 18px;
        }

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

/***********************************
Hole-by-Hole Flyovers: Hole 17
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_17 .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 55px;
           line-height: 0.4em;
           color: #e8853c;
           font-family: "archivo-extra-condensed",sans-serif;
        }

    /*links*/

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

    /*headers*/

        .hole_by_hole_flyovers_hole_17 .column h1 {
           padding-right: 0px;
           padding-bottom: 20px;
           line-height: 1.1em;
           font-family: "archivo-extra-condensed",sans-serif;
           font-size: 50px;
           text-align: center;
           font-weight: bold;
           color: #054b8c;
        }

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

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

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

        .hole_by_hole_flyovers_hole_17 .column h5 {
        }

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

/***********************************
Hole-by-Hole Flyovers: Hole 18
***********************************/

    /*headers*/

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

        .hole_by_hole_flyovers_hole_18 .column h5 {
        }

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

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

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

        .hole_by_hole_flyovers_hole_18 .column h1 {
           color: #054b8c;
           font-weight: bold;
           text-align: center;
           font-size: 50px;
           font-family: "archivo-extra-condensed",sans-serif;
           line-height: 1.1em;
           padding-bottom: 20px;
           padding-right: 0px;
        }

    /*links*/

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

    /*inlines*/

        .hole_by_hole_flyovers_hole_18 .column .default-drop-cap {
           font-family: "archivo-extra-condensed",sans-serif;
           color: #e8853c;
           line-height: 0.4em;
           font-size: 55px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Tournament Central: CIF State Boys' Championship
***********************************/

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

        .tournament_central_cif_state_ .column h4 {
           font-size: 18px;
           font-weight: bold;
           font-family: Arial, sans-serif;
           line-height: 1.4em;
           padding-top: 6px;
           color: #054b8c;
           padding-bottom: 0px;
        }

        .tournament_central_cif_state_ .column h5 {
        }

        .tournament_central_cif_state_ .column h6 {
        }

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
New Junior Tour of Northern California Site
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Faces of the NCGA
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

        .faces_of_the_ncga .column a {
           line-height: 1.1em;
           color: #0e593c;
           font-weight: bold;
        }

    /*headers*/

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

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

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

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

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

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

/***********************************
NCGA Member Outings
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

/***********************************
PWGA Open
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

        .weekend_net_tour .column h3 {
           color: #0e4c8b;
           font-weight: 900;
        }

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

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

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

/***********************************
Tournament Central-Mid Amateur
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Tournament Central Women's Mid-Amateur
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

/***********************************
Invitational at Pebble Beach
***********************************/

    /*headers*/

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

        .invitational_at_pebble_beach .column h5 {
        }

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Junior Tour
***********************************/

    /*layoutitems*/

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

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

        .junior_tour .column h5 {
        }

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

/***********************************
Cameron Morfit
***********************************/

    /*headers*/

        .cameron_morfit .column h6 {
        }

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

/***********************************
A New Era, A New Perspective
***********************************/

    /*lists*/

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

        .a_new_era_a_new_perspective .column h6 {
        }

/***********************************
Poppy Ridge Cinema
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

/***********************************
Happenings at Poppy Ridge
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*lists*/

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
NCGA VIP Day
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

    /*paragraphs*/

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

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

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

    /*paragraphs*/

        .toc .column p {
        }

    /*inlines*/

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

    /*links*/

        .toc .column a {
        }

    /*headers*/

        .toc .column h1 {
        }

        .toc .column h2 {
        }

        .toc .column h3 {
        }

        .toc .column h4 {
        }

        .toc .column h5 {
        }

        .toc .column h6 {
        }

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

    /*paragraphs*/

        .poppy_ridge_psa .column p {
        }

    /*inlines*/

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

    /*links*/

        .poppy_ridge_psa .column a {
        }

    /*headers*/

        .poppy_ridge_psa .column h1 {
        }

        .poppy_ridge_psa .column h2 {
        }

        .poppy_ridge_psa .column h3 {
        }

        .poppy_ridge_psa .column h4 {
        }

        .poppy_ridge_psa .column h5 {
        }

        .poppy_ridge_psa .column h6 {
        }

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

    /*paragraphs*/

        .bandon_dunes_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .bandon_dunes_ad .column a {
        }

    /*headers*/

        .bandon_dunes_ad .column h1 {
        }

        .bandon_dunes_ad .column h2 {
        }

        .bandon_dunes_ad .column h3 {
        }

        .bandon_dunes_ad .column h4 {
        }

        .bandon_dunes_ad .column h5 {
        }

        .bandon_dunes_ad .column h6 {
        }

/***********************************
Poppy Hills PSA
***********************************/

    /*paragraphs*/

        .poppy_hills_psa .column p {
        }

    /*inlines*/

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

    /*links*/

        .poppy_hills_psa .column a {
        }

    /*headers*/

        .poppy_hills_psa .column h1 {
        }

        .poppy_hills_psa .column h2 {
        }

        .poppy_hills_psa .column h3 {
        }

        .poppy_hills_psa .column h4 {
        }

        .poppy_hills_psa .column h5 {
        }

        .poppy_hills_psa .column h6 {
        }

